Skip to content

Commit f87f93c

Browse files
fix docker compose image name to pyar pyarweb (#600)
1 parent ea06335 commit f87f93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- POSTGRES_PASSWORD=secret
1616

1717
web:
18-
image: pyarweb
18+
image: pyar/pyarweb
1919
command: python3 manage.py runserver 0.0.0.0:8000
2020
volumes:
2121
- .:/code

0 commit comments

Comments
 (0)