diff options
author | 2020-11-15 14:39:48 +0000 | |
---|---|---|
committer | 2020-11-15 14:39:48 +0000 | |
commit | b40ce9e61c2ac25a62a1cc2d9e3aedac4fd5bcd2 (patch) | |
tree | d436e6a3bc93aad28650be9f681f2d2a8ff17636 /docker-compose.yml | |
parent | CI: disable 'continueOnError' (diff) | |
parent | Use GHCR for the site container in docker-compose (diff) |
Merge pull request #1284 from python-discord/sebastiaan/features/move-ci-to-github-actions
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 8be5aac0e..dc89e8885 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,7 +26,7 @@ services: privileged: true web: - image: pythondiscord/site:latest + image: ghcr.io/python-discord/site:latest command: ["run", "--debug"] networks: default: |