Update docker-compose.yml
This commit is contained in:
parent
b5ec92237a
commit
6c4e04238e
|
|
@ -12,7 +12,11 @@ services:
|
||||||
image: vaultwarden/server:latest
|
image: vaultwarden/server:latest
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
environment:
|
||||||
|
SIGNUPS_ALLOWED: 'true'
|
||||||
|
INVITATIONS_ALLOWED: 'true'
|
||||||
|
WEBSOCKET_ENABLED: 'false'
|
||||||
|
ADMIN_TOKEN: '${ADMIN_TOKEN}'
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue