From 8036e1ac43e55b0a8f1747970b2079527495c47d Mon Sep 17 00:00:00 2001 From: Bastien V <77702097+asayake-b5@users.noreply.github.com> Date: Mon, 10 Jul 2023 18:09:10 +0200 Subject: [PATCH] correct port in docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c8a68c7..d8dfcdc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: - 2fauth_storage:/var/www/html/storage env_file: .env ports: - - 80:80 + - 8000:8000 depends_on: - 2fauth-db networks: @@ -32,4 +32,4 @@ volumes: networks: 2fauth: - driver: bridge \ No newline at end of file + driver: bridge