Update docker-compose.yml

docker pull image first, if fail - build
This commit is contained in:
nimbo78
2026-02-27 01:53:22 +03:00
committed by GitHub
parent 6d6cd30227
commit 54ee6ff810

View File

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