From f787f5d0159194801c0e9e1ad15d81197a03a718 Mon Sep 17 00:00:00 2001 From: paolosantarsiero Date: Fri, 17 Feb 2023 16:02:19 +0100 Subject: [PATCH] fix: use 80 port http --- api/config.php | 1 + docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 120000 api/config.php diff --git a/api/config.php b/api/config.php deleted file mode 100755 index e69de29b..00000000 diff --git a/api/config.php b/api/config.php new file mode 120000 index 00000000..3f62e54d --- /dev/null +++ b/api/config.php @@ -0,0 +1 @@ +/config/config.php \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index d792ae21..e31cc551 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: nginx: image: nginx ports: - - "8080:80" + - "80:80" volumes: - ./dist:/var/www/html - ./nginx/conf.d/:/etc/nginx/conf.d/