Skip to content

Commit 30ec73a

Browse files
authored
disable static IP
1 parent 882da94 commit 30ec73a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ services:
3333
if (defined('WP_CLI') && WP_CLI && !isset($$_SERVER['HTTP_HOST'])) $$_SERVER['HTTP_HOST'] = "${NPP_HTTP_HOST}";
3434
- NPP_WEB_ROOT=${NPP_WEB_ROOT_}
3535
- NPP_NGINX_CACHE_PATH=${NPP_NGINX_CACHE_PATH_}
36-
- NPP_NGINX_IP=${NPP_NGINX_IP}
3736
- NPP_HTTP_HOST=${NPP_HTTP_HOST}
3837
- NPP_USER=${NPP_USER_}
3938
- NPP_UID=${NPP_UID_}
@@ -152,7 +151,6 @@ services:
152151
- MOUNT_DIR=${MOUNT_DIR_}
153152
networks:
154153
npp_network:
155-
ipv4_address: 172.19.84.1
156154
mem_limit: "1.5GB"
157155
mem_reservation: "1GB"
158156
cpus: "1.0"
@@ -180,7 +178,3 @@ networks:
180178
name: npp-wp
181179
driver: bridge
182180
enable_ipv6: false
183-
ipam:
184-
config:
185-
- subnet: "172.19.0.0/16"
186-
gateway: "172.19.0.1"

0 commit comments

Comments
 (0)