From 027fd30df85781f1b646d27246e3dfaa47d67835 Mon Sep 17 00:00:00 2001 From: David Mehren <git@herrmehren.de> Date: Sun, 29 Oct 2023 11:08:41 +0100 Subject: [PATCH] Fix README linebreaks --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 67effb7..2ac6cd8 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Set up a service using Docker Compose ### Variables -`compose_service_name` Name of the service/folder -`compose_service_definition` Contents of docker-compose.yml -`compose_service_run_prune` If prune should be run after deploying (on by default) -`compose_service_registry_url` (optional) Custom registry URL -`compose_service_registry_username` (optional) Custom registry credentials +`compose_service_name` Name of the service/folder +`compose_service_definition` Contents of docker-compose.yml +`compose_service_run_prune` If prune should be run after deploying (on by default) +`compose_service_registry_url` (optional) Custom registry URL +`compose_service_registry_username` (optional) Custom registry credentials `compose_service_registry_password` (optional) Custom registry credentials \ No newline at end of file -- GitLab