diff options
author | 2020-11-20 13:08:23 -0600 | |
---|---|---|
committer | 2020-11-20 13:08:23 -0600 | |
commit | fb7ca02f512da6072e52888546e93da123822e01 (patch) | |
tree | 71d7f5342d86498a5703eee1381391a4a992d883 /docker-compose.yml | |
parent | Cover Unicode emojis catching as antispam rule with test cases (diff) | |
parent | Checkout code so we can deploy (diff) |
Merge branch 'master' into emojis-filter
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: |