We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea06335 commit f87f93cCopy full SHA for f87f93c
1 file changed
docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
- POSTGRES_PASSWORD=secret
16
17
web:
18
- image: pyarweb
+ image: pyar/pyarweb
19
command: python3 manage.py runserver 0.0.0.0:8000
20
volumes:
21
- .:/code
0 commit comments