1
0
Fork 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
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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