Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joy-river committed Jan 13, 2025
1 parent 1ec9357 commit 4e37343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KUA/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
build: .
volumes:
- .:/devkor-teamb-back
- ./media:/devkor-teamb-back/KUA/media
- media:/devkor-teamb-back/KUA/media
ports:
- "8000:8000"
depends_on:
Expand All @@ -39,7 +39,7 @@ services:
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./media:/devkor-teamb-back/KUA/media
- media:/devkor-teamb-back/KUA/media
depends_on:
- web
networks:
Expand Down

0 comments on commit 4e37343

Please sign in to comment.