ports for mysql and data dir

main
Matthew Huntington 1 month ago
parent f49434537a
commit c2d68a401b

@ -4,3 +4,7 @@ services:
mysql: mysql:
build: ./mysql build: ./mysql
ports:
- "3306:3306"
volumes:
- ~/Documents/docker_mount/databases/mysql:/var/lib/mysql

Loading…
Cancel
Save