nginx ok
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
version: "3.5"
|
||||
|
||||
services:
|
||||
nginx:
|
||||
build: ./nginx/
|
||||
ports:
|
||||
- 81:80
|
||||
volumes:
|
||||
- "${PROJECT_ROOT}:/var/www/html"
|
||||
- "${LOG_ROOT}:/var/log:rw"
|
||||
networks:
|
||||
- server
|
||||
# depends_on:
|
||||
# - php
|
||||
|
||||
networks:
|
||||
server:
|
||||
Reference in New Issue
Block a user