1
Fork 0

Mount nginx config for easier dev

This commit is contained in:
Jake Howard 2024-06-08 15:15:44 +01:00
parent 24571f8403
commit 185546c333
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -6,5 +6,6 @@ services:
context: .
volumes:
- ".:/srv"
- "./nginx.conf:/etc/nginx/http.d/default.conf"
ports:
- "80:80"