diff --git a/docker-stack/docker-compose.yml b/docker-stack/docker-compose.yml index 0b05c1e..b500d5a 100644 --- a/docker-stack/docker-compose.yml +++ b/docker-stack/docker-compose.yml @@ -10,7 +10,9 @@ services: # You can set either one of these values, the priority is as follows: - VAULT_API_ADDR - VAULT_REDIRECT_ADDR + # =============================== # DO NOT CHANGE THIS VALUES BELOW + # =============================== # Internal Docker Swarm configurations - VAULT_LOG_LEVEL=${VAULT_LOG_LEVEL:-info} - VAULT_RAFT_NODE_ID={{.Node.ID}} diff --git a/rootfs/docker-bootstrap.sh b/rootfs/docker-bootstrap.sh index f0ec7bc..63a44f6 100755 --- a/rootfs/docker-bootstrap.sh +++ b/rootfs/docker-bootstrap.sh @@ -103,6 +103,7 @@ if [[ "${VAULT_RAW_STORAGE_ENDPOINT}" == "true" ]]; then fi # Save the configuration to a file +entrypoint_log "Generating configuration file at $VAULT_CONFIG_DIR/docker.hcl" cat < "$VAULT_CONFIG_DIR/docker.hcl" ui=${VAULT_ENABLE_UI} cluster_name = "${VAULT_CLUSTER_NAME}"