1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00

Update docker-compose.yml

This commit is contained in:
gracelsy 2024-02-25 13:58:07 +08:00 committed by GitHub
parent b5ec92237a
commit 6c4e04238e

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