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:
|
services:
|
||||||
telemt:
|
telemt:
|
||||||
|
image: ghcr.io/telemt/telemt:latest
|
||||||
build: .
|
build: .
|
||||||
container_name: telemt
|
container_name: telemt
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue