fix(campfire): update service definition to use image instead of build in Docker Compose file
This commit is contained in:
parent
41389a30d4
commit
3dcc64328d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
campfire:
|
campfire:
|
||||||
build: https://github.com/basecamp/once-campfire.git#${BRANCH:-main}
|
image: ghcr.io/basecamp/once-campfire:${TAG:-main}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- campfire-storage:/rails/storage
|
- campfire-storage:/rails/storage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue