mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
fix(campfire): update service definition to use image instead of build in Docker Compose file
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
services:
|
||||
campfire:
|
||||
build: https://github.com/basecamp/once-campfire.git#${BRANCH:-main}
|
||||
image: ghcr.io/basecamp/once-campfire:${TAG:-main}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- campfire-storage:/rails/storage
|
||||
|
||||
Reference in New Issue
Block a user