From 84c49e96e2fe4670046558f0842c8ea7475f15d0 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 15 Mar 2018 13:26:14 +0000
Subject: [PATCH] Merge branch 'master' into ansible

---
 README.md |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a7e0455..da47da9 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+# Rundeck
+
 This is a Docker image of Rundeck (http://rundeck.org)
 based on `debian:latest`
 
@@ -8,7 +10,7 @@
 ```
 
 Rundeck should be available at http://127.0.0.1:4440/
-(user/password pairs: user/user and admin/admin)
+(user/password pairs: `user`/`user` and `admin`/`admin`)
 
 By default it uses H2 database and Docker data volumes
 for storage persistence.
@@ -61,7 +63,7 @@
 ```
 
 Then set the following options in
-/srv/rundeck/etc/rundeck-config.properties
+`/srv/rundeck/etc/rundeck-config.properties`
 
 ```
 dataSource.url = jdbc:mysql://rundeck-db/rundeck?autoReconnect=true
@@ -78,4 +80,4 @@
 ## Configuration
 
 You can change Java system properties and JVM options by modifying
-`RDECK_JVM` property in /etc/rundeck/profile (which is persisted).
+`RDECK_JVM` property in `/etc/rundeck/profile` (which is persisted).

--
Gitblit v1.9.1