forked from Ivasoft/traefik
Update Traefik image version.
This commit is contained in:
committed by
Traefiker Bot
parent
254dc38c3d
commit
d1a8c7fa78
@@ -3,7 +3,7 @@ version: '3'
|
||||
services:
|
||||
# The reverse proxy service (Traefik)
|
||||
reverse-proxy:
|
||||
image: traefik # The official Traefik docker image
|
||||
image: traefik:v1.7 # The official Traefik docker image
|
||||
command: --api --docker # Enables the web UI and tells Traefik to listen to docker
|
||||
ports:
|
||||
- "80:80" # The HTTP port
|
||||
|
||||
Reference in New Issue
Block a user