Merge pull request 'chore: pin traefik version as good practices say' (#24) from pin-traefik-version into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #24 Reviewed-by: dalahast <dalahast@noreply.git.dotya.ml>
This commit is contained in:
commit
886e536f08
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
reverse-proxy:
|
reverse-proxy:
|
||||||
image: traefik
|
image: traefik:2.4.0-rc1
|
||||||
command: --api=false --api.dashboard=false --providers.docker
|
command: --api=false --api.dashboard=false --providers.docker
|
||||||
networks:
|
networks:
|
||||||
- internal-nw
|
- internal-nw
|
||||||
|
Loading…
Reference in New Issue
Block a user