Changed image tag to env var
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
traefik:
|
||||
image: "traefik:v3.5.3"
|
||||
image: "traefik:${TAG}"
|
||||
container_name: ${SUBDOMAIN}
|
||||
restart: always
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user