Overhaul with port definitions
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
image: vaultwarden/server:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '${APP_PORT}:80'
|
||||
- "${SSH_PORT}:80"
|
||||
environment:
|
||||
ADMIN_TOKEN: ${ADMIN_TOKEN}
|
||||
WEBSOCKET_ENABLED: true
|
||||
@@ -18,5 +18,7 @@ services:
|
||||
SMTP_USERNAME: ${SMTP_USERNAME}
|
||||
SMTP_PASSWORD: ${SMTP_PASSWORD}
|
||||
DOMAIN: ${DOMAIN}
|
||||
ORG_GROUPS_ENABLED: ${ORG_GROUPS_ENABLED}
|
||||
EXPERIMENTAL_CLIENT_FEATURE_FLAGS: ${EXPERIMENTAL_CLIENT_FEATURE_FLAGS}
|
||||
volumes:
|
||||
- ${ROOT_DIR}:/data:rw
|
||||
- ${ROOT_DIR}:/data:rw
|
||||
|
||||
Reference in New Issue
Block a user