Skip to content

Commit

Permalink
production nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
MouseAndKeyboard committed Jun 8, 2024
1 parent db6ffed commit b48ceb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ services:
ports:
- "80:80" # Nginx by default serves on port 80
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf # Custom Nginx config, if needed
- ./nginx/nginx.prod.conf:/etc/nginx/nginx.conf # Custom Nginx config, if needed
restart: unless-stopped

0 comments on commit b48ceb2

Please sign in to comment.