diff options
| author | 2021-01-26 20:16:48 +0200 | |
|---|---|---|
| committer | 2021-01-26 20:16:48 +0200 | |
| commit | 20121828e707b3053932729bf69de5fdd003bcc1 (patch) | |
| tree | 47b213e952ed6c32bb82cc5e85f6558785aedb59 /docker-compose.yml | |
| parent | Added cog unloader to cancel notifier (diff) | |
| parent | Merge branch 'master' into mbaruh/defcon (diff) | |
Merge branch 'mbaruh/defcon' of https://github.com/python-discord/bot into mbaruh/defcon
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: |