Skip to content

Commit b2ccd49

Browse files
tom93vmcj
authored andcommitted
Remove obsolete reference to --link from docker/README.md
Commit 62889e1 (Add instructions for setting up Traefik in Docker, 2024-02-06) switched from the legacy `--link` option to a user-defined bridge network (`--net`).
1 parent a2b0824 commit b2ccd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ With DNS configured, you can now access the web interface on [http://domjudge.ex
126126
The following environment variables are supported by the `domserver` container:
127127

128128
* `CONTAINER_TIMEZONE` (defaults to `Europe/Amsterdam`): allows you to change the timezone used inside the container.
129-
* `MYSQL_HOST` (defaults to `mariadb`): set the host to connect to for MySQL. Can be hostname or IP. Docker will add hostnames for any containers you `--link`, so in the example above, the MariaDB container will be available under the hostname `mariadb`.
129+
* `MYSQL_HOST` (defaults to `mariadb`): set the host to connect to for MySQL. Can be hostname or IP.
130130
* `MYSQL_USER` (defaults to `domjudge`): set the user to use for connecting to MySQL.
131131
* `MYSQL_PASSWORD` (defaults to `domjudge`): set the password to use for connecting to MySQL.
132132
* `MYSQL_ROOT_PASSWORD` (defaults to `domjudge`): set the root password to use for connecting to MySQL.

0 commit comments

Comments
 (0)