Update README.md

This commit is contained in:
Jeffrey 2018-10-08 16:01:49 +02:00
parent b94a8f336d
commit 50cd480853
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Hoster provides by default the entries `<container name>, <hostname>, <container
For example, the following container would be available via DNS as `myname`, `myhostname`, `et54rfgt567` and `myserver.com`: For example, the following container would be available via DNS as `myname`, `myhostname`, `et54rfgt567` and `myserver.com`:
docker run -d \ docker run --restart=unless-stopped -d \
--name myname \ --name myname \
--hostname myhostname \ --hostname myhostname \
--network somenetwork --network-alias "myserver.com" \ --network somenetwork --network-alias "myserver.com" \