1
0

🔧 chore(telegraph-image): parameterize container name in docker compose

- replace hardcoded container name with environment variable (CONTAINER_NAME)
This commit is contained in:
pooneyy
2025-10-30 14:39:11 +08:00
parent 29aa21365c
commit 51d55b8722

View File

@@ -1,7 +1,7 @@
services: services:
telegraph-image: telegraph-image:
image: ghcr.io/pooneyy/telegraph-image:2025.10.29 image: ghcr.io/pooneyy/telegraph-image:2025.10.29
container_name: telegraph-image container_name: ${CONTAINER_NAME}
ports: ports:
- ${PANEL_APP_PORT_HTTP}:8080 - ${PANEL_APP_PORT_HTTP}:8080
volumes: volumes: