Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy committed Oct 3, 2023
1 parent 4b947ec commit 6347048
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ services:
command: gunicorn forum.wsgi:application --bind 0.0.0.0:8000
volumes:
# - ./:/Forum
- ./static:/forum/static
- static:/forum/static
- media:/forum/media
# ports:
# - 8000:8000
environment:
Expand Down Expand Up @@ -43,3 +44,7 @@ services:

networks:
forum_network:

volumes:
static:
media:

0 comments on commit 6347048

Please sign in to comment.