From 462a72e65fccca6ee1d03f805bcbdf9705294eb6 Mon Sep 17 00:00:00 2001 From: Olly Hearn Date: Sun, 14 May 2023 20:40:08 +0300 Subject: [PATCH] aaaa --- docker-compose.yml | 2 +- nginx.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3c6dce6..095d6e0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: depends_on: - api ports: - - "3000:3000" + - "80:80" postgres: image: postgres:15.1 restart: always diff --git a/nginx.conf b/nginx.conf index 2eb3784..e959cc0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ server { - listen 3000; + listen 80; server_name 192.168.1.121; location / { proxy_pass http://react:3000/;