mirror of https://github.com/telemt/telemt.git
Update docker-compose.yml
docker pull image first, if fail - build
This commit is contained in:
parent
6d6cd30227
commit
54ee6ff810
|
|
@ -1,5 +1,6 @@
|
|||
services:
|
||||
telemt:
|
||||
image: ghcr.io/telemt/telemt:latest
|
||||
build: .
|
||||
container_name: telemt
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Reference in New Issue