Skip to content

Commit

Permalink
fix: adjust BASE_DOCKER_PATH and TRAEFIK_ACME_FILE_PATH environment v…
Browse files Browse the repository at this point in the history
…ars for production launch [#1]
  • Loading branch information
d3p1 committed May 19, 2024
1 parent 3c921dd commit 26ea556
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/setup/bin/bootstrap/production/configure-host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ main() {
# @return void
##
_configure_docker_rootless_mode() {
local BASE_DOCKER_PATH

##
# @note Notify
##
Expand Down Expand Up @@ -116,8 +114,6 @@ _configure_search_engine() {
# @return void
##
_configure_traefik() {
local TRAEFIK_ACME_FILE_PATH

##
# @note Create file to store SSL certificates
# @note Set correct permissions to file to avoid error:
Expand Down

0 comments on commit 26ea556

Please sign in to comment.