rework for nginx.

This commit is contained in:
2021-02-14 12:49:00 +01:00
parent 0ad8caf0ca
commit 27f0eaa771
3 changed files with 200 additions and 0 deletions

12
nginx/docker-compose.yml Normal file
View 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