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