fix: require user to edit docker-compose.yml before configuration

pull/1136/head
Jesús Pavón Abián 4 weeks ago
parent a5b65eec4d
commit 271539e674
  1. 4
      docker_setup_prod.sh

@ -36,6 +36,10 @@ else
echo "docker-compose.yml already exists. Skipping download."
fi
# Prompt the user to edit the docker-compose.yml file
echo "Before continuing, you must edit the docker-compose.yml file to configure the database connection details."
read -p "Press Enter when you have finished editing the file."
# Run the initial command for interactive configuration
echo "Starting WriteFreely configuration..."
docker compose run -it --rm app writefreely config start

Loading…
Cancel
Save