You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
401 B
17 lines
401 B
# Container config |
|
CONTAINER_NAME= |
|
# Options: "no", "unless-stop", "on-failure", "always". (default: "no") |
|
RESTART= |
|
# Timezone container |
|
TZ=America/Argentina/Buenos_Aires |
|
|
|
# Service config |
|
# Version of mysql. (default: "latest") |
|
MYSQL_VERSION=8.3.0 |
|
# Fordward port db |
|
MYSQL_HOST=host.docker.internal # dont change (normally) |
|
MYSQL_PORT= |
|
MYSQL_DATABASE= |
|
MYSQL_USER= |
|
MYSQL_PASSWORD= |
|
MYSQL_ROOT_PASSWORD= |