Skip to content

Commit

Permalink
Added traefik switch to script (#2307)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgibertoni committed May 13, 2024
1 parent 4a739a7 commit 4a28ff5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ while [[ $# -gt 0 ]]; do
params["https"]=true
shift 1
;;
--traefik)
params["traefik"]=true
shift 1
;;
-h | --help)
print_help
exit 0
Expand Down

0 comments on commit 4a28ff5

Please sign in to comment.