fix docker compose
This commit is contained in:
@@ -30,10 +30,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ep-mysql-volume:/var/lib/mysql
|
- ep-mysql-volume:/var/lib/mysql
|
||||||
- /srv/initdb/etherpad:/docker-entrypoint-initdb.d/
|
- /srv/initdb/etherpad:/docker-entrypoint-initdb.d/
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
|
||||||
timeout: 20s
|
|
||||||
retries: 20
|
|
||||||
etherpad:
|
etherpad:
|
||||||
image: etherpad/etherpad
|
image: etherpad/etherpad
|
||||||
container_name: test_etherpad
|
container_name: test_etherpad
|
||||||
|
|||||||
Reference in New Issue
Block a user