mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-29 13:29:32 +00:00
simplify setup
This commit is contained in:
parent
6a1e1432b2
commit
9e1541e7b6
6 changed files with 22 additions and 38 deletions
|
|
@ -58,14 +58,11 @@ services:
|
|||
container_name: nginx
|
||||
volumes:
|
||||
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
# Uncomment the four lines below to enable HTTPS
|
||||
# - ./nginx/nginx.conf.https:/etc/nginx/conf.d/default.conf
|
||||
# - ./nginx/nginx-selfsigned.key:/etc/nginx/ssl/nginx-selfsigned.key
|
||||
# - ./nginx/nginx-selfsigned.crt:/etc/nginx/ssl/nginx-selfsigned.crt
|
||||
# - ./nginx/self-signed.conf:/etc/nginx/ssl/self-signed.conf
|
||||
- ./nginx/nginx-selfsigned.key:/etc/nginx/ssl/nginx-selfsigned.key
|
||||
- ./nginx/nginx-selfsigned.crt:/etc/nginx/ssl/nginx-selfsigned.crt
|
||||
- ./nginx/self-signed.conf:/etc/nginx/ssl/self-signed.conf
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
networks:
|
||||
- default
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue