change docker CONTEXT

This commit is contained in:
xiaomlove
2026-04-28 03:04:51 +07:00
parent 1372776ba1
commit f823dc191a
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
services:
php:
build:
context: ./.docker/php
dockerfile: .docker/php/Dockerfile
image: nexusphp_php
container_name: nexusphp-php
environment:
@@ -83,7 +83,7 @@ services:
openresty:
build:
context: ./.docker/openresty
dockerfile: .docker/openresty/Dockerfile
container_name: nexusphp-openresty
environment:
NP_DOMAIN: ${NP_DOMAIN:-localhost}