diff options
| author | 2020-11-21 09:38:36 +0200 | |
|---|---|---|
| committer | 2020-11-21 09:38:36 +0200 | |
| commit | 7c218c23c82169bca518b6c01b281cce6b5ad43c (patch) | |
| tree | aa14e1dbbec945330f8dacb507d8a6f63cd08e95 /docker-compose.yml | |
| parent | Catch not found exception in scheduler (diff) | |
| parent | Merge pull request #1287 from python-discord/help-channel-msg (diff) | |
Merge branch 'master' into bug-fixes
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 4 |
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: |