Explorar el Código

add port to mariaDb

Vincent GUFFON hace 6 años
padre
commit
6ccd8d105d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      docker-compose.yaml

+ 2 - 0
docker-compose.yaml

@@ -21,6 +21,8 @@ services:
       context: .
       dockerfile: docker/mariaDb/Dockerfile
     restart: always
+    ports:
+      - 3306:3306
     volumes:
       - ./mysqldata:/var/lib/mysql
       - ./apps/env:/env:cached