Skip to content

Commit f8e09cf

Browse files
committed
Add Gally version to Image name in the Compose file
1 parent 293fdb7 commit f8e09cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.gally.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66

77
gally:
88
container_name: ddev-${DDEV_SITENAME}-gally
9+
image: ddev-${DDEV_SITENAME}-gally:${GALLY_VERSION}
910
labels:
1011
com.ddev.site-name: ${DDEV_SITENAME}
1112
com.ddev.approot: ${DDEV_APPROOT}

0 commit comments

Comments
 (0)