Merge pull request #380 from zijiren233/codex/fix-compose-image-fallback

fix(compose): make image tag configurable
pull/381/head
zijiren 2 months ago committed by GitHub
commit eb8968384e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,7 +42,7 @@ services:
restart: unless-stopped
synctv:
image: synctvorg/synctv:latest
image: synctvorg/synctv:${SYNCTV_IMAGE_TAG:-latest}
container_name: synctv-app
env_file:
- path: .env.synctv

Loading…
Cancel
Save