diff options
| author | 2021-01-19 08:56:07 -0800 | |
|---|---|---|
| committer | 2021-01-19 08:56:07 -0800 | |
| commit | e3dc8b77fe69d9aca27cc3dfe746f14b461ea53a (patch) | |
| tree | 9ba5381369d44499324f3acba81c0f7291521725 /docker-compose.yml | |
| parent | Move not allowed to run message to constant and match comment with code (diff) | |
| parent | Merge pull request #1368 from python-discord/mbaruh/filters (diff) | |
Merge branch 'master' into help-disabled-command
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: |