mirror of https://github.com/docker/docs.git
Adding a volume to MYSQL to ensure data persistence
Signed-off-by: Diogo Monica <diogo@docker.com>
This commit is contained in:
parent
26d30953c8
commit
fd01151cd2
|
@ -20,6 +20,8 @@ notarysigner:
|
||||||
- notarymysql
|
- notarymysql
|
||||||
command: -config=fixtures/signer-config.json
|
command: -config=fixtures/signer-config.json
|
||||||
notarymysql:
|
notarymysql:
|
||||||
|
volumes:
|
||||||
|
- notarymysql:/var/lib/mysql
|
||||||
build: ./notarymysql/
|
build: ./notarymysql/
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
|
|
Loading…
Reference in New Issue