We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0768d commit e08a4d4Copy full SHA for e08a4d4
docs/advanced-config/README.md
@@ -138,6 +138,7 @@ services:
138
MYSQL_USER: "npm"
139
# MYSQL_PASSWORD: "npm" # use secret instead
140
MYSQL_PASSWORD__FILE: /run/secrets/MYSQL_PWD
141
+ MARIADB_AUTO_UPGRADE: '1'
142
volumes:
143
- ./mysql:/var/lib/mysql
144
secrets:
docs/setup/README.md
@@ -86,6 +86,7 @@ services:
86
MYSQL_DATABASE: 'npm'
87
MYSQL_USER: 'npm'
88
MYSQL_PASSWORD: 'npm'
89
90
91
92
```
0 commit comments