From 1701961d779c4cedc1da2f67c4552774e68c3006 Mon Sep 17 00:00:00 2001 From: kotbegemot Date: Wed, 8 Feb 2023 14:30:01 +0300 Subject: [PATCH] init --- docker-compose.yml | 2 +- server.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 88ee18a..200d28b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: restart: unless-stopped ports: # port should match `public_port` in Conan server.conf - - 9999:80 + - 80:80 #- 443:443 volumes: - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro diff --git a/server.conf b/server.conf index cfee9a0..74a1285 100644 --- a/server.conf +++ b/server.conf @@ -4,7 +4,7 @@ jwt_expire_minutes: 120 ssl_enabled: False port: 9300 -public_port: 9999 +public_port: 80 host_name: localhost store_adapter: disk