nginx/docker-compose.yml hinzugefügt
This commit is contained in:
parent
f839f6e81f
commit
5e05c6360e
13
nginx/docker-compose.yml
Normal file
13
nginx/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
nginx:
|
||||||
|
restart: always
|
||||||
|
image: nginx:latest
|
||||||
|
# network_mode: host
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
- 443:443
|
||||||
|
volumes:
|
||||||
|
# - ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
|
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
|
||||||
|
- ./nginx/certs:/etc/nginx/certs
|
Loading…
x
Reference in New Issue
Block a user