security/vaultwarden/docker-compose.yml aktualisiert
This commit is contained in:
@@ -11,6 +11,9 @@ services:
|
|||||||
SIGNUPS_ALLOWED: "false"
|
SIGNUPS_ALLOWED: "false"
|
||||||
INVITATIONS_ALLOWED: "false"
|
INVITATIONS_ALLOWED: "false"
|
||||||
ADMIN_TOKEN_FILE: /run/secrets/admin_token
|
ADMIN_TOKEN_FILE: /run/secrets/admin_token
|
||||||
|
ROCKET_PORT: 80
|
||||||
|
ROCKET_ADDRESS: 0.0.0.0
|
||||||
|
LOG_LEVEL: warn
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/user/appdata/vaultwarden:/data
|
- /mnt/user/appdata/vaultwarden:/data
|
||||||
@@ -33,4 +36,4 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
frontend_net:
|
frontend_net:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user