Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebraHr committed Aug 22, 2023
1 parent 79b42d8 commit 2fd8c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- db
volumes:
- static_volume:/backend_static
- media_volume:/var/www/kittygram/media/
- media:/app/media/
frontend:
image: zebrahr/kittygram_frontend
env_file: .env
Expand All @@ -35,6 +35,6 @@ services:
- frontend
volumes:
- static_volume:/static/
- media_volume:/var/www/kittygram/media/
- media:/app/media/
ports:
- 9000:80

0 comments on commit 2fd8c5f

Please sign in to comment.