Skip to content

Commit

Permalink
updated mysql data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Jun 19, 2023
1 parent dc3acf1 commit fe945f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-igfportal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
options:
max-size: "2048m"
volumes:
- /home/igf/dev/mysqlappdb_v4:/var/lib/mysql:rw
- /home/igf/dev/mysqlappdb_v5:/var/lib/mysql:rw
container_name: portal_db
networks:
- portal_network
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-igfportal_db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
options:
max-size: "2048m"
volumes:
- /home/igf/dev/mysqlappdb_v4:/var/lib/mysql:rw
- /home/igf/dev/mysqlappdb_v5:/var/lib/mysql:rw
container_name: portal_db
networks:
- portal_network
Expand Down

0 comments on commit fe945f5

Please sign in to comment.