aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Andi Qu <[email protected]>2020-12-08 10:40:23 +0200
committerGravatar GitHub <[email protected]>2020-12-08 10:40:23 +0200
commit483918804803c2e7680b92dff309d60ce83837c1 (patch)
tree447d3b3742e4c1c6959abd671fc609fd50c01636 /docker-compose.yml
parentMerge branch 'master' of https://github.com/dolphingarlic/bot (diff)
parentUpdate CODEOWNERS for @Den4200 (diff)
Merge pull request #2 from python-discord/master
Merge branch 'master' of https://github.com/python-discord/bot into https://github.com/dolphingarlic/bot
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 8be5aac0e..0002d1d56 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -18,7 +18,7 @@ services:
- "127.0.0.1:6379:6379"
snekbox:
- image: pythondiscord/snekbox:latest
+ image: ghcr.io/python-discord/snekbox:latest
init: true
ipc: none
ports:
@@ -26,7 +26,7 @@ services:
privileged: true
web:
- image: pythondiscord/site:latest
+ image: ghcr.io/python-discord/site:latest
command: ["run", "--debug"]
networks:
default: