Merge pull request #359 from docker/diogo-volumes

Adding a volume to MySQL container to ensure data persistence
This commit is contained in:
Ying Li
2015-12-14 14:28:04 -08:00

View File

@@ -20,6 +20,8 @@ notarysigner:
- notarymysql
command: -config=fixtures/signer-config.json
notarymysql:
volumes:
- notarymysql:/var/lib/mysql
build: ./notarymysql/
ports:
- "3306:3306"