add dockercompose
This commit is contained in:
parent
7e37c6c487
commit
0e74bb2916
BIN
disign/mate.jetzt.png
Normal file
BIN
disign/mate.jetzt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
disign/mate.jetzt.xcf
Normal file
BIN
disign/mate.jetzt.xcf
Normal file
Binary file not shown.
11
docker-compose.yaml
Executable file
11
docker-compose.yaml
Executable file
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
web:
|
||||
image: nginx
|
||||
volumes:
|
||||
- ./webpage:/usr/share/nginx/html
|
||||
ports:
|
||||
- "8080:80"
|
||||
environment:
|
||||
- NGINX_HOST=foobar.com
|
||||
- NGINX_PORT=80
|
||||
|
Loading…
Reference in a new issue