rework for nginx.
This commit is contained in:
12
nginx/docker-compose.yml
Normal file
12
nginx/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
version: '2'
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- D:\dev\docker\docker-compose\nginx\nginx.conf:/etc/nginx/nginx.conf
|
||||
restart: always
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user