From 00f11026afccc23168e63b4b97e3a5a46ab63cdd Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Fri, 29 Dec 2023 12:02:01 +0300 Subject: [PATCH] =?utf8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: -- 2.39.5