Skip to content

Commit 3aa375a

Browse files
committed
fix(docker): always pull the image
1 parent e924d1c commit 3aa375a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
app:
33
image: ghcr.io/yellow-dog-man/go.resonite.com:main
4+
pull_policy: always
45
container_name: go.resonite.com
56
ports:
67
- "3002:3000"

0 commit comments

Comments
 (0)