Virgil Ollivier hace 5 meses
padre
commit
cc250d3d5f
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  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
+