Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down