remove static container_name from greenlight (#49)

This commit is contained in:
chandi 2020-09-06 12:25:10 +02:00
parent 8f1a786678
commit e76a20b681

View File

@ -2,7 +2,6 @@ version: '3.6'
services: services:
greenlight: greenlight:
container_name: greenlight
image: bigbluebutton/greenlight:v2 image: bigbluebutton/greenlight:v2
restart: unless-stopped restart: unless-stopped
env_file: .env env_file: .env
@ -25,4 +24,4 @@ services:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: password POSTGRES_PASSWORD: password
volumes: volumes:
- ./postgres-data:/var/lib/postgresql/data - ./postgres-data:/var/lib/postgresql/data