Custom SSL Nginx Alpine

This commit is contained in:
Siroco 2021-03-17 01:18:07 +01:00
parent 3ca7507d17
commit 9d704540fc

View File

@ -23,9 +23,9 @@ services:
restart: always
nginx:
image: nginx:alpine
build: ./nginx/
ports:
- 8180:80
- 8180:443
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
volumes_from: