Skip to content

Commit 004f833

Browse files
committed
wip: allow coolify to set branch name (useful for previews)
1 parent ef19a83 commit 004f833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: '3'
22
services:
33
web:
4-
image: 'ghcr.io/errorerrorerror/erikbautista.dev:main'
4+
image: 'ghcr.io/errorerrorerror/erikbautista.dev:${COOLIFY_BRANCH:-latest}'
55
ports:
66
- '8080:8080'

0 commit comments

Comments
 (0)