1
0
Fork 0

Update docker-compose.yml

This commit is contained in:
gracelsy 2024-02-25 14:02:06 +08:00 committed by GitHub
parent 7236aa9252
commit 88f4dbabe1
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@ services:
image: vaultwarden/server:1.30.1-alpine
labels:
createdBy: "Apps"
environment:
SIGNUPS_ALLOWED: 'true'
INVITATIONS_ALLOWED: 'true'
WEBSOCKET_ENABLED: 'false'
ADMIN_TOKEN: '${ADMIN_TOKEN}'
networks:
1panel-network:
external: true