change volumes
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
MYSQL_CHARSET: utf8
|
MYSQL_CHARSET: utf8
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
||||||
volumes:
|
volumes:
|
||||||
- mysql-volume:/var/lib/mysql
|
#- mysql-volume:/var/lib/mysql
|
||||||
- /srv/initdb/mysql:/docker-entrypoint-initdb.d/
|
- /srv/initdb/mysql:/docker-entrypoint-initdb.d/
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
||||||
@@ -30,7 +30,7 @@ services:
|
|||||||
MYSQL_CHARSET: utf8
|
MYSQL_CHARSET: utf8
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
||||||
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/
|
||||||
etherpad:
|
etherpad:
|
||||||
image: etherpad/etherpad
|
image: etherpad/etherpad
|
||||||
|
|||||||
Reference in New Issue
Block a user