]> gitweb.erp-flowers.ru Git - yii-erp24/.git/commitdiff
правки
authorAleksey Filippov <afilippov@bigland.ru>
Fri, 29 Dec 2023 09:02:01 +0000 (12:02 +0300)
committerAleksey Filippov <afilippov@bigland.ru>
Fri, 29 Dec 2023 09:02:01 +0000 (12:02 +0300)
docker-compose.yml

index d25d589e35da5f891b69c2a0a11e535c75405625..daf169beb3b9cadccc4e96fc629bf626ae96dbcc 100644 (file)
@@ -4,8 +4,8 @@ services:
     build: ./docker/nginx
     restart: always
     ports:
-      - 127.0.0.1:80:80
-      - 127.0.0.1:8443:443
+      - 127.0.0.1:81:80
+      - 127.0.0.1:7443:443
     volumes:
       - ./erp24:/www
       - ./docker/nginx/conf:/etc/nginx
@@ -44,7 +44,7 @@ services:
     restart: always
     command: --default-authentication-plugin=mysql_native_password
     ports:
-      - 127.0.0.1:3307:3306
+      - 127.0.0.1:4307:3306
     env_file:
       - docker/db/dev.db.env
     volumes:
@@ -53,7 +53,7 @@ services:
     image: phpmyadmin
     restart: always
     ports:
-      - 127.0.0.1:8081:80
+      - 127.0.0.1:8091:80
     environment:
       - PMA_ARBITRARY=1
     volumes: