PUID und GUID bei DB ergänzt
This commit is contained in:
parent
679730789b
commit
520bf8c20d
|
|
@ -30,6 +30,8 @@ services:
|
|||
image: 'yobasystems/alpine-mariadb:latest'
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
MYSQL_ROOT_PASSWORD: ${NPM_MYSQL_ROOT_PASSWORD:?Please configure NPM_MYSQL_ROOT_PASSWORD in the .env file}
|
||||
MYSQL_DATABASE: 'npm'
|
||||
MYSQL_USER: 'npm'
|
||||
|
|
|
|||
Loading…
Reference in New Issue