Explorar el Código

Merge branch 'master' of https://git.cecmartech.com/DC/Moderna-Survey

Sherry hace 1 año
padre
commit
9d973ddad6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      docker-compose.yml

+ 2
- 2
docker-compose.yml Ver fichero

23
     image: mysql:5.7
23
     image: mysql:5.7
24
     command: --default-authentication-plugin=mysql_native_password
24
     command: --default-authentication-plugin=mysql_native_password
25
     container_name: mysql_moderna
25
     container_name: mysql_moderna
26
-    platform: linux/amd64
26
+    #platform: linux/amd64
27
     tty: true
27
     tty: true
28
     ports:
28
     ports:
29
-      - "4306:3306"
29
+      - "4307:3306"
30
     environment:
30
     environment:
31
       MYSQL_DATABASE: homestead
31
       MYSQL_DATABASE: homestead
32
       MYSQL_USER: homestead
32
       MYSQL_USER: homestead