Skip to content

Commit

Permalink
Modify parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Nov 2, 2021
1 parent b681b82 commit f3746a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/install/docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

PARAMETERS=${PARAMETERS:-""}
# read parameters
if [ -n "$1" ]; then
DOTNET_RUN="${1}";
Expand All @@ -22,7 +22,6 @@ echo "#-------------------------------------#"

PRODUCT=${PRODUCT:-"onlyoffice"}
BASE_DIR="/app/${PRODUCT}"
PARAMETERS=""
PROXY_HOST=${PROXY_HOST:-"proxy"}
SHEME=${SHEME:-"http"}
SERVICE_PORT=${SERVICE_PORT:-"5050"}
Expand Down

0 comments on commit f3746a4

Please sign in to comment.