Skip to content

Commit dbd04d4

Browse files
committed
Default deployment tag to latest
1 parent f20682c commit dbd04d4

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
@@ -58,7 +58,7 @@ services:
5858
# This service will only populate an empty volume on startup and then exit.
5959
# If the volume already contains data, it exits immediately.
6060
deployment:
61-
image: pankalog/fleet-deployment:${DEPLOYMENT_VERSION?DEPLOYMENT_VERSION must be set}
61+
image: pankalog/fleet-deployment:${DEPLOYMENT_VERSION:-latest}
6262
volumes:
6363
- deployment-data:/deployment
6464

0 commit comments

Comments
 (0)