Skip to content

Commit 64ceac8

Browse files
committed
[fix] 운영 환경 named volume 분리
1 parent b238ddf commit 64ceac8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docker-compose-prod.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,11 @@ services:
2626
ports:
2727
- "3306:3306"
2828
volumes:
29-
- prod_data:/var/lib/mysql
29+
- moplus_prod_data:/var/lib/mysql
3030
networks:
3131
- moplus-prod
3232
volumes:
33-
prod_data:
34-
driver: local
35-
driver_opts:
36-
o: bind
37-
type: none
38-
device: ../mopl_data/prod_data
33+
moplus_prod_data:
3934

4035
networks:
4136
moplus-prod:

0 commit comments

Comments
 (0)