https://github.com/devel0/docker-nginx
nginx docker
https://github.com/devel0/docker-nginx
docker nginx
Last synced: about 2 months ago
JSON representation
nginx docker
- Host: GitHub
- URL: https://github.com/devel0/docker-nginx
- Owner: devel0
- License: mit
- Created: 2018-09-18T12:29:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T17:25:23.000Z (almost 8 years ago)
- Last Synced: 2025-04-02T00:37:37.822Z (about 1 year ago)
- Topics: docker, nginx
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-nginx
nginx docker
## prerequisites
- [linux-scripts-utils](https://github.com/devel0/linux-scripts-utils)
- [letsencrypt](https://letsencrypt.org)
- `/scripts/constanta` with `ip_nginx_srv` nginx docker server address
## configure
| file | token | replace with |
|---|---|---|
| [entrypoint.sh](entrypoint.sh) | `172.18.0.2` | ip address of dns docker |
| | `example.com` | domain name |
| [run.sh](run.sh) | `example.com` | see above |
## install
```
./build.sh
./run.sh
```