Skip to content

Commit

Permalink
BUILD - Remove volumes from mysql service
Browse files Browse the repository at this point in the history
Close #3
  • Loading branch information
Juansecu committed Jan 16, 2023
1 parent c877c5a commit 35186d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ services:
MYSQL_PASSWORD: ${DATABASE_PASSWORD}
ports:
- ${DATABASE_PORT}:3306
volumes:
- ./db/var/lib/mysql:/var/lib/mysql
- ./db/etc/mysql/my.cnf:/etc/mysql/my.cnf
networks:
- votatoon-api_network

Expand Down Expand Up @@ -44,6 +41,3 @@ services:
networks:
votatoon-api_network:
driver: bridge

volumes:
db:

0 comments on commit 35186d7

Please sign in to comment.