chore: layout changes
This commit is contained in:
parent
83091962a2
commit
c67fab85c8
6 changed files with 50 additions and 35 deletions
|
@ -3,10 +3,6 @@ services:
|
|||
vaultwarden:
|
||||
image: vaultwarden/server:latest
|
||||
container_name: vaultwarden
|
||||
ports:
|
||||
- "127.0.0.1:11080:80"
|
||||
volumes:
|
||||
- ./volumes/data:/data
|
||||
environment:
|
||||
SIGNUPS_ALLOWED: 'false' # set to false to disable signups
|
||||
INVITATIONS_ALLOWED: 'false' # set to false to disable invitations
|
||||
|
@ -17,4 +13,8 @@ services:
|
|||
ICON_SERVICE: 'internal'
|
||||
DISABLE_ICON_DOWNLOAD: 'true'
|
||||
# LOG_LEVEL: 'debug'
|
||||
volumes:
|
||||
- ./volumes/data:/data
|
||||
ports:
|
||||
- "127.0.0.1:11080:80"
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue