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

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