fix docker-compose org

This commit is contained in:
Joshua Arts 2018-07-06 11:42:50 -04:00
parent e2ad6e7715
commit 8647993443
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '3'
services: services:
app: app:
entrypoint: [bin/start] entrypoint: [bin/start]
image: joshblind/greenlight:v2 image: bigbluebutton/greenlight:v2
container_name: greenlight-v2 container_name: greenlight-v2
env_file: env env_file: env
restart: unless-stopped restart: unless-stopped