Skip to content

Commit

Permalink
chore: docker volume 설정을 롤백한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj authored Sep 1, 2024
1 parent 9b0f7fa commit 50875c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
ports:
- ${DOCKER_DB_PORT}
volumes:
- ./mysqldata:/var/lib/mysql
- ./mysqldata:/var/lib/mysql2
restart: always

server:
Expand Down

0 comments on commit 50875c9

Please sign in to comment.