https://github.com/wasabina67/reverse-proxy-example
Reverse proxy example
https://github.com/wasabina67/reverse-proxy-example
docker-compose nginx-proxy reverse-proxy
Last synced: over 1 year ago
JSON representation
Reverse proxy example
- Host: GitHub
- URL: https://github.com/wasabina67/reverse-proxy-example
- Owner: wasabina67
- License: mit
- Created: 2024-08-12T09:17:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T14:13:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T16:19:05.087Z (over 1 year ago)
- Topics: docker-compose, nginx-proxy, reverse-proxy
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reverse-proxy-example
Reverse proxy example
## Run
```bash
docker-compose up -d
```
Open http://localhost/web1
Open http://localhost/web2
## Stop
```bash
docker-compose stop
```