Skip to content

Commit d8cbaeb

Browse files
authored
Merge pull request #100 from CristianCantoro/master
Change docker image origin from GirHub Github Container Registry to Docker Hub
2 parents cdddb8c + 0b56df9 commit d8cbaeb

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
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
decidim:
4-
image: ghcr.io/decidim/decidim:latest
4+
image: decidim/decidim:latest
55
entrypoint: ["/code/vendor/hello-world.sh"]
66
# The entrypoint override above wipes out the CMD
77
# on the Dockerfile-deploy, so we need to declare it

0 commit comments

Comments
 (0)