testing changes
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
networks:
|
||||
- reverse-proxy
|
||||
ports:
|
||||
- "8555:8080"
|
||||
- "8535:8080"
|
||||
- "8543:8443"
|
||||
restart: always
|
||||
volumes:
|
||||
|
||||
@@ -9,10 +9,6 @@ BW_DOMAIN=bitwarden2.akanealw.com
|
||||
# Available providers are sqlserver, postgresql, mysql/mariadb, or sqlite
|
||||
BW_DB_PROVIDER=sqlite
|
||||
BW_DB_FILE=vault.db
|
||||
# BW_DB_SERVER=db
|
||||
# BW_DB_DATABASE=bitwarden_vault
|
||||
# BW_DB_USERNAME=bitwarden
|
||||
# BW_DB_PASSWORD=super_strong_password
|
||||
|
||||
# Installation information
|
||||
# Get your ID and key from https://bitwarden.com/host/
|
||||
@@ -33,7 +29,7 @@ PGID=1000
|
||||
#BW_PORT_HTTPS=8443
|
||||
|
||||
# SSL
|
||||
#BW_ENABLE_SSL=true
|
||||
BW_ENABLE_SSL=true
|
||||
#BW_ENABLE_SSL_CA=true
|
||||
#BW_SSL_CERT=ssl.crt
|
||||
#BW_SSL_KEY=ssl.key
|
||||
|
||||
Reference in New Issue
Block a user