Virgil Ollivier 5 tháng trước cách đây
mục cha
commit
cc250d3d5f
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  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
+