Moving to central bridge network; standarizing container names
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
bitwarden:
|
||||
container_name: bitwarden
|
||||
container_name: bitwarden_server
|
||||
image: bitwardenrs/server
|
||||
restart: always
|
||||
volumes:
|
||||
@@ -10,5 +10,7 @@ services:
|
||||
environment:
|
||||
WEBSOCKET_ENABLED: 'true' # Required to use websockets
|
||||
SIGNUPS_ALLOWED: 'true' # set to false to disable signups
|
||||
|
||||
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: gerbil_network
|
||||
|
||||
Reference in New Issue
Block a user