10 lines
256 B
Markdown
10 lines
256 B
Markdown
Docker-Compose stack with nginx, this stack will expose the entire /etc/nginx folder, as well as the webroot html folder. See compose file for example
|
|
|
|
Copy .env.example to .env and define
|
|
|
|
HTTP_PORT=8888
|
|
HTTPS_PORT=8889
|
|
|
|
|
|
Use whatever ports you need to.
|