Skip to content

Commit

Permalink
fix: fix wrong indentation for volumes key under web (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
corp-0 authored Feb 7, 2024
1 parent b13e844 commit c152ed8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ services:
expose:
- 8000
command: gunicorn central_command.wsgi:application --bind 0.0.0.0:8000
volumes:
- static-volume:/home/website/statics
- media-volume:/home/website/media
volumes:
- static-volume:/home/website/statics
- media-volume:/home/website/media

volumes:
db-data:
Expand Down

0 comments on commit c152ed8

Please sign in to comment.