forked from extern/docker
remove static container_name from greenlight (#49)
This commit is contained in:
parent
8f1a786678
commit
e76a20b681
@ -2,7 +2,6 @@ version: '3.6'
|
||||
|
||||
services:
|
||||
greenlight:
|
||||
container_name: greenlight
|
||||
image: bigbluebutton/greenlight:v2
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
@ -25,4 +24,4 @@ services:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: password
|
||||
volumes:
|
||||
- ./postgres-data:/var/lib/postgresql/data
|
||||
- ./postgres-data:/var/lib/postgresql/data
|
||||
|
Loading…
Reference in New Issue
Block a user