We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdf7b9 commit 2403d4bCopy full SHA for 2403d4b
1 file changed
docker-compose.standalone.yml
@@ -56,8 +56,6 @@ services:
56
57
api:
58
image: ghcr.io/rubyowo/zeppelin:coolify
59
- # Pull new image every deployment
60
- pull_policy: always
61
# Pull the x86_64 image (for now)
62
platform: linux/amd64
63
depends_on:
@@ -72,8 +70,6 @@ services:
72
70
73
71
bot:
74
75
76
77
78
79
@@ -88,8 +84,6 @@ services:
88
84
89
85
dashboard:
90
86
91
92
93
87
94
95
0 commit comments