Skip to content

Commit

Permalink
modif nginx and docker compose port adminer and uploadfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyR01 committed Jul 7, 2024
1 parent bd9d723 commit 5541f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ services:
- ./logs:/var/log/nginx
adminer:
image: adminer
ports:
- 8080:8080
# ports:
# - 8080:8080

redis:
image: redis
Expand Down
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ http {
proxy_pass http://backend:4000;
}

location ~ (/upload|/files) {
location ~ /uploadfiles {
proxy_pass http://imagesupload:8000;
}

Expand Down

0 comments on commit 5541f53

Please sign in to comment.