diff options
| author | 2021-01-26 17:53:10 +0200 | |
|---|---|---|
| committer | 2021-01-26 17:53:10 +0200 | |
| commit | ede6823b005260f0782b03f964125f49e4684d4b (patch) | |
| tree | 47f38920b906a1b038f4e65d238c5bd6d6f3dd90 /docker-compose.yml | |
| parent | Added defcon status notifier (diff) | |
| parent | Merge pull request #1372 from anand2312/duckpond-check (diff) | |
Merge branch 'master' 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: |