forked from coop-cloud/traefik
Mounting the the docker socket directly is not recommended, because it is a security issue. Instead access it via a tcp socket proxy. See https://doc.traefik.io/traefik/providers/docker/#docker-api-access Reviewed-on: coop-cloud/traefik#48 Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech> Co-authored-by: p4u1 <p4u1_f4u1@riseup.net> Co-committed-by: p4u1 <p4u1_f4u1@riseup.net>
4 lines
97 B
Bash
4 lines
97 B
Bash
export TRAEFIK_YML_VERSION=v21
|
|
export FILE_PROVIDER_YML_VERSION=v10
|
|
export ENTRYPOINT_VERSION=v3
|