mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-16 01:26:34 +03:00
85514b1fac
Bumps traefik from v2.2.11 to 2.9.5. --- updated-dependencies: - dependency-name: traefik dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
6 lines
195 B
Docker
6 lines
195 B
Docker
FROM traefik:2.9.5
|
|
RUN mkdir -p /etc/traefik/acme \
|
|
&& touch /etc/traefik/acme/acme.json \
|
|
&& chmod 600 /etc/traefik/acme/acme.json
|
|
COPY ./compose/production/traefik/traefik.yml /etc/traefik
|