Skip to content

Commit ee8b1b4

Browse files
[ADD] Adding README-EN.md to english language
1 parent 8ab54ef commit ee8b1b4

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README-EN.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# PHPDF Site - Docker
2+
3+
[Versão em Português](./README.md)
4+
5+
Now it is possible to have the site have the entire Stack of the new PHPDF website directly on your machine, enabling follow-up, sending of suggestions and improvements.
6+
7+
### About
8+
9+
The reverse proxy solutions for this repository have been provided by repo [devbrotherhood/docker-reverse-proxy](https://github.com/devbrotherhood/docker-reverse-proxy) and are used to bind multiple domains to specific port applications for Docker, allowing multiple containers to run on different ports, but responding to a default port such as 80.
10+
11+
### How to use
12+
13+
In this solution, we use the docker-compose tool from Docker.
14+
15+
Let's take the steps:
16+
17+
- Add your host to `/etc/hosts`
18+
- Duplicate the `docker-compose.yml_sample` and `./conf/my_proxy.conf_sample` files respectively to `docker-compose.yml` and `./conf/my_proxy.conf`, adjusting according to your needs.
19+
- Run the command below so that docker raises the entire stack of your application:
20+
21+
```
22+
     docker-compose up
23+
```
24+
25+
### References
26+
27+
- https://github.com/devbrotherhood/docker-reverse-proxy

0 commit comments

Comments
 (0)