16 lines
397 B
Bash
16 lines
397 B
Bash
|
|
PUID=${PUID}
|
|
PGID=${PGID}
|
|
TZ=${TZ}
|
|
|
|
MYSQL_ROOT_PASSWORD_FILE=${MYSQL_ROOT_PASSWORD_FILE}
|
|
|
|
# REMOTE_SQL=http://URL1/your.sql,https://URL2/your.sql
|
|
|
|
# MYSQL_DATABASE: 'db'
|
|
# # So you don't have to use root, but you can if you like
|
|
# MYSQL_USER: 'user'
|
|
# # You can use whatever password you like
|
|
# MYSQL_PASSWORD: 'password'
|
|
# # Password for root access
|
|
# MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD} |