fix localhost not working bc of last commit

pull/200/head
Aevann 2023-09-09 02:42:02 +03:00
parent e28a748d81
commit 00abf9bfca
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ services:
volumes:
- "./:/d"
- "./nginx.conf:/etc/nginx/sites-enabled/1"
- "./includes/serve-static:/etc/nginx/includes/serve-static"
- "./includes/headers:/etc/nginx/includes/headers"
- "./includes:/etc/nginx/includes"
links:
- "redis"
- "postgres"