diff options
| author | 2020-12-17 17:58:13 +0200 | |
|---|---|---|
| committer | 2020-12-17 17:58:13 +0200 | |
| commit | 2ffd9e32e6c2a03bc463e22aa3f82c3d5599f760 (patch) | |
| tree | f24091a341e50d781cdaaba58925f1a3898334d3 /docker-compose.yml | |
| parent | Fix wrong import orders (diff) | |
| parent | Update verification.py (diff) | |
Merge branch 'master' into branding-manager
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index dc89e8885..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: |