aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-11-15 14:39:48 +0000
committerGravatar GitHub <[email protected]>2020-11-15 14:39:48 +0000
commitb40ce9e61c2ac25a62a1cc2d9e3aedac4fd5bcd2 (patch)
treed436e6a3bc93aad28650be9f681f2d2a8ff17636 /docker-compose.yml
parentCI: disable 'continueOnError' (diff)
parentUse GHCR for the site container in docker-compose (diff)
Merge pull request #1284 from python-discord/sebastiaan/features/move-ci-to-github-actions
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 8be5aac0e..dc89e8885 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -26,7 +26,7 @@ services:
privileged: true
web:
- image: pythondiscord/site:latest
+ image: ghcr.io/python-discord/site:latest
command: ["run", "--debug"]
networks:
default: