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
|
||||
command: -config=fixtures/signer-config.json
|
||||
notarymysql:
|
||||
volumes:
|
||||
- notarymysql:/var/lib/mysql
|
||||
build: ./notarymysql/
|
||||
ports:
|
||||
- "3306:3306"
|
||||
|
|
Loading…
Reference in New Issue