Skip to content

Commit

Permalink
Corrected docker-compose.yml
Browse files Browse the repository at this point in the history
The mysql folder should not be mounted to the npm container!
  • Loading branch information
andycandy-de authored Jul 25, 2023
1 parent 5454352 commit b1180f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ services:
# MYSQL_PASSWORD: "npm" # use secret instead
MYSQL_PASSWORD__FILE: /run/secrets/MYSQL_PWD
volumes:
- ./data/mysql:/var/lib/mysql
- ./mysql:/var/lib/mysql
secrets:
- DB_ROOT_PWD
- MYSQL_PWD
Expand Down

0 comments on commit b1180f5

Please sign in to comment.