chore: layout changes

This commit is contained in:
sujiba 2024-05-08 23:01:18 +02:00
parent 83091962a2
commit c67fab85c8
6 changed files with 50 additions and 35 deletions

View file

@ -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