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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
|
|
# 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=
|