Skip to content

Commit

Permalink
[DDING-000] 도커 외부 볼륨 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Nov 20, 2024
1 parent e708336 commit a9a4fcc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ services:
TZ: Asia/Seoul
ports:
- "3306:3306"
# volumes:
# - mysql-volume:/var/lib/mysql
volumes:
- /var/lib/docker/volumes/5c9fc061c8d4a72682f54b0bed465f9e91efa0039bd031937479516888b5f872/_data:/var/lib/mysql

volumes:
mysql-volume:
external: true

0 comments on commit a9a4fcc

Please sign in to comment.