You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy all the files in this folder to the project root:
6
+
7
+
```bash
8
+
cd<project_folder>/
9
+
10
+
cp -r nodock/_examples/multiple-node/*.
11
+
mv docker-compose.override.yml nodock/
12
+
mv node2.conf nodock/nginx/sites/
13
+
```
14
+
15
+
### Usage
16
+
17
+
```bash
18
+
cd nodock/
19
+
20
+
docker-compose up -d node node2 nginx
21
+
```
22
+
23
+
By going to `127.0.0.1` in your browser you should be seeing a nice greeting! By going to `127.0.0.1:10000` in your browser you should be seeing _another_ nice greeting!
0 commit comments