aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-18 18:55:36 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-18 18:55:36 +0100
commitded520e374535b86013ca3a1de5c5eb1d3444bcb (patch)
treeac5cd4d137a3fdf94fa67bb7b014ccc2e91bb9fa
parentMerge pull request #1245 - global bot instance (diff)
Pull snekbox image from GHCR in docker-compose
We're in the process of migrating snekbox to the GitHub Container Repository, which will replace DockerHub. I've changed docker-compose to reflect that change. Signed-off-by: Sebastiaan Zeeff <[email protected]>
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index dc89e8885..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: