Skip to content

Commit

Permalink
Merge pull request #88 from stuartmaxwell:dev
Browse files Browse the repository at this point in the history
Fix docker compose image name
  • Loading branch information
stuartmaxwell authored Sep 25, 2024
2 parents 1203d9e + c42b9b4 commit f2f619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
app:
image: ghcr.io/stuartmaxwell/stuartmnz:latest
image: ghcr.io/stuartmaxwell/stuartm.nz:latest
entrypoint: /app/entrypoint.sh
command: gunicorn --worker-tmp-dir /dev/shm --workers=2 --worker-class=gthread --bind 0.0.0.0:8000 config.wsgi
user: "1000"
Expand Down

0 comments on commit f2f619e

Please sign in to comment.