Skip to content

Commit 9a79fce

Browse files
authored
Merge pull request NginxProxyManager#3078 from andycandy-de/patch-1
Corrected docker-compose.yml
2 parents 5454352 + b1180f5 commit 9a79fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ services:
139139
# MYSQL_PASSWORD: "npm" # use secret instead
140140
MYSQL_PASSWORD__FILE: /run/secrets/MYSQL_PWD
141141
volumes:
142-
- ./data/mysql:/var/lib/mysql
142+
- ./mysql:/var/lib/mysql
143143
secrets:
144144
- DB_ROOT_PWD
145145
- MYSQL_PWD

0 commit comments

Comments
 (0)