|
@@ -5,7 +5,8 @@ services:
|
|
|
container_name: nginx
|
|
container_name: nginx
|
|
|
ports:
|
|
ports:
|
|
|
- 80:80
|
|
- 80:80
|
|
|
- - 443:443
|
|
|
|
|
|
|
+ # (optional) uncomment the line below to enable HTTPS
|
|
|
|
|
+ # - 443:443
|
|
|
volumes:
|
|
volumes:
|
|
|
- ./config/default.conf:/etc/nginx/conf.d/default.conf:ro
|
|
- ./config/default.conf:/etc/nginx/conf.d/default.conf:ro
|
|
|
- ./data:/usr/share/nginx/html:ro
|
|
- ./data:/usr/share/nginx/html:ro
|