Virgil Ollivier 5 月之前
父節點
當前提交
cc250d3d5f
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      misc/docker-compose.yml

+ 4 - 3
misc/docker-compose.yml

@@ -21,7 +21,7 @@ services:
 
   byom-web:
     env_file:
-      - .env 
+      - .env
     container_name: byom-web
     build:
       context: ./byom-web
@@ -44,7 +44,7 @@ services:
 
   byom-core:
     env_file:
-      - .env 
+      - .env
     container_name: byom-core
     build:
       context: ./byom-core
@@ -71,4 +71,5 @@ networks:
   traefik-public:
     external: true
   internal:
-    internal: true  # This network is not accessible from outside
+    internal: true  # This network is not accessible from outside
+