nginx/docker-compose.yml hinzugefügt
This commit is contained in:
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
|
Reference in New Issue
Block a user