Merge pull request #261 from nimbo78/nimbo78-patch-docker-compose-yml

Update docker-compose.yml
This commit is contained in:
Alexey
2026-02-27 02:46:12 +03:00
committed by GitHub

View File

@@ -1,5 +1,6 @@
services: services:
telemt: telemt:
image: ghcr.io/telemt/telemt:latest
build: . build: .
container_name: telemt container_name: telemt
restart: unless-stopped restart: unless-stopped