Skip to content

Commit

Permalink
add variable to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilPoposki98 committed Mar 13, 2024
1 parent e2ab81e commit f51a480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/2.10/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ volumes:
services:
ckan:
container_name: ckan
image: ghcr.io/keitaroinc/ckan:2.10.4
image: ghcr.io/keitaroinc/ckan:${CKAN_VERSION}
networks:
- frontend
- backend
Expand Down

0 comments on commit f51a480

Please sign in to comment.