Update docker-compose.yml

This commit is contained in:
gracelsy 2024-02-25 13:58:07 +08:00 committed by GitHub
parent e23ebfd5cf
commit 38fdce2d7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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