https://github.com/geowarin/docker-compose-nginx
https://github.com/geowarin/docker-compose-nginx
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geowarin/docker-compose-nginx
- Owner: geowarin
- License: mit
- Created: 2019-12-21T00:15:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T00:15:06.000Z (over 5 years ago)
- Last Synced: 2024-12-25T14:07:59.444Z (4 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Self-Signed
Example of self-signed certificate for NGINX in docker.
It uses a nodeJS application, ackee, as an example.
It also requires CORS.Original author:
https://nickolaskraus.org/articles/how-to-create-a-self-signed-certificate-for-nginx-on-macos/
## Getting Started
Run `self-signed.sh`:
```shell script
./self-signed.sh
```Run the docker-compose:
```shell script
docker-compose up -f
```