chore: set image name in docker-compose.yml
This commit is contained in:
parent
97157e3a2c
commit
bf08c7690a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ services:
|
||||||
|
|
||||||
etherpad:
|
etherpad:
|
||||||
build: .
|
build: .
|
||||||
|
image: glenux/etherpad:latest
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: mysql://root:insecure@db/etherpad
|
DATABASE_URL: mysql://root:insecure@db/etherpad
|
||||||
ETHERPAD_ADMIN_USER: admin
|
ETHERPAD_ADMIN_USER: admin
|
||||||
|
|
Loading…
Reference in a new issue