From: Aleksey Filippov Date: Fri, 29 Dec 2023 09:02:01 +0000 (+0300) Subject: правки X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=00f11026afccc23168e63b4b97e3a5a46ab63cdd;p=yii-erp24%2F.git правки --- diff --git a/docker-compose.yml b/docker-compose.yml index d25d589..daf169b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: