aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-19 00:49:40 +0100
committerGravatar GitHub <[email protected]>2020-11-19 00:49:40 +0100
commit2c17c3d6e752494573b77c71abf1cd8b461a7a81 (patch)
treead9f2aad5cda66e7cc36f8e219f4a929c66510f4 /docker-compose.yml
parentMerge pull request #78 - Update to Python 3.9 (diff)
parentFix Dockerfile paths & revert error in Dockerfile (diff)
Merge pull request #79 from python-discord/sebastiaan/backend/migrate-ci-to-github-actions
Migrate to GitHub Actions and GitHub Container Registry
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index aec17d3..3062af3 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,11 +3,11 @@ services:
snekbox:
container_name: snekbox
privileged: true
- image: pythondiscord/snekbox:latest
+ image: ghcr.io/python-discord/snekbox:latest
ports:
- 8060:8060
init: true
ipc: none
build:
context: .
- dockerfile: docker/Dockerfile
+ dockerfile: Dockerfile