Skip to content

Commit

Permalink
fix docker compose image name to pyar pyarweb (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-vignau authored Feb 17, 2025
1 parent ea06335 commit f87f93c
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 @@ -15,7 +15,7 @@ services:
- POSTGRES_PASSWORD=secret

web:
image: pyarweb
image: pyar/pyarweb
command: python3 manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
Expand Down

0 comments on commit f87f93c

Please sign in to comment.