Skip to content

Commit b238ddf

Browse files
committed
[fix] 개발 운영 환경 volume 분리
1 parent a0135b4 commit b238ddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ volumes:
3535
driver_opts:
3636
o: bind
3737
type: none
38-
device: ./dev_data
38+
device: ../mopl_data/dev_data
3939

4040
networks:
4141
moplus-dev:

docker-compose-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ volumes:
3535
driver_opts:
3636
o: bind
3737
type: none
38-
device: ${PWD}/prod_data
38+
device: ../mopl_data/prod_data
3939

4040
networks:
4141
moplus-prod:

0 commit comments

Comments
 (0)