Skip to content

Commit

Permalink
Update cosmos-compose.json (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilkidsuave authored Nov 27, 2023
1 parent 8d58c1b commit ebe76c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion servapps/Syncthing/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:8384",
"target": "https://{ServiceName}:8384",
"AcceptInsecureHTTPSTarget": true,
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
Expand Down

0 comments on commit ebe76c2

Please sign in to comment.