🔧 chore(telegraph-image): parameterize container name in docker compose
- replace hardcoded container name with environment variable (CONTAINER_NAME)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user