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 restart: always
nginx: nginx:
image: nginx:alpine build: ./nginx/
ports: ports:
- 8180:80 - 8180:443
volumes: volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
volumes_from: volumes_from: