Explorar el Código

Add missing port definition.

Robert Middleswarth hace 3 años
padre
commit
f29e55a1ae
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      stack/drupal.yml

+ 2 - 0
stack/drupal.yml

@@ -21,6 +21,8 @@ services:
     environment:
       PMA_HOST: mariadb
       PMA_PORT: 3306
+    ports:
+      - 4081:80
     networks:
       - drupal_network
     restart: unless-stopped