chore: pin traefik version as good practices say
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
surtur 2021-01-12 18:54:35 +01:00
parent eab16418c8
commit c0ccf94ac5
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1,7 +1,7 @@
version: '3'
services:
reverse-proxy:
image: traefik
image: traefik:2.4.0-rc1
command: --api=false --api.dashboard=false --providers.docker
networks:
- internal-nw