addet website 3
This commit is contained in:
parent
d8a0746af2
commit
03dbef5da7
2 changed files with 137 additions and 0 deletions
9
websites/3/compose.yml
Normal file
9
websites/3/compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
app:
|
||||
image: nginx:latest
|
||||
volumes:
|
||||
- ./webroot:/usr/share/nginx/html:ro
|
||||
ports:
|
||||
- 8080:80
|
||||
- 8081:80
|
||||
- 8082:80
|
Loading…
Add table
Add a link
Reference in a new issue