README.md in open-dock-0.1.6 vs README.md in open-dock-0.1.7

- old
+ new

@@ -86,10 +86,12 @@ Helpful commands: * `ops list digital_ocean` list all possible parameter values to use in the yml file * `ops create example.com` will create your host +By default `user` to connect to host will be 'root' if not configured. + ### Digital Ocean Host For a Digital Ocean host we can make the following file (ops/hosts/example.com.yml): ```yml @@ -124,10 +126,10 @@ In this file we can configure all containers to run in the host provided in the name: ```yml www: - hostname: lebrijo.com + hostname: example.com image: jlebrijo/prun ports: - '2222:22' - '80:80' # command: /bin/bash \ No newline at end of file