]> PHS Git Server - phs-stack.git/commitdiff
Adding network_mode host for api.
authorcharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 21:03:19 +0000 (16:03 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 21:03:19 +0000 (16:03 -0500)
docker-compose.yml

index e2c5c4f83d5ce9fa20ceeb6e894b635d110bcb8c..6bd65fdb5069f16db6cdc196e23c0e23c2d38a90 100755 (executable)
@@ -51,7 +51,8 @@ services:
     ports:
       - 23602:3601
     entrypoint: sh -c "/usr/src/app/run-api.sh"
-    network_mode: host
+    networks:
+      - phs-net
   home:
     build:
       dockerfile: Dockerfile