Posts by Rubens Galdino • 1 point
1 post
-
-1
votes1
answer76
viewsQ: Find out Docker-Compose error
I own the following Docker-Compose: services: mysql: image: mysql:5.6 ports: - "3316:3306" volumes: - ./database/setup:/docker-entrypoint-initdb.d - ./database/data:/var/lib/mysql -…