diff options
| author | 2020-12-11 11:03:21 +0100 | |
|---|---|---|
| committer | 2020-12-11 11:03:21 +0100 | |
| commit | bdbe29adce68a05bd78c2cca7785302ed974b171 (patch) | |
| tree | 4a27c45ff2755d9a48d30f35efed71d328a059f6 /docker-compose.yml | |
| parent | Restructure doc cache to handle caches of whole pages (diff) | |
| parent | Make sure PR build artifact is always uploaded (diff) | |
Merge remote-tracking branch 'upstream/master' into doc-imp
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: |