Custom SSL Nginx Alpine
This commit is contained in:
parent
3ca7507d17
commit
9d704540fc
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user