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