Add PXE server data dirs

This commit is contained in:
Khue Doan 2021-08-31 00:35:35 +07:00
parent 25de291c71
commit bb94e89409
4 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,2 @@
*
!.gitignore

View File

@ -0,0 +1,2 @@
*
!.gitignore

View File

@ -0,0 +1,2 @@
*
!.gitignore

View File

@ -15,7 +15,7 @@ services:
build: ./http build: ./http
network_mode: host network_mode: host
volumes: volumes:
- ./data/iso:/usr/share/nginx/html/iso - ./data/os:/usr/share/nginx/html/os
- ./data/init-config/:/usr/share/nginx/html/init-config - ./data/init-config/:/usr/share/nginx/html/init-config
environment: environment:
NGINX_PORT: 80 NGINX_PORT: 80