1
0
mirror of https://github.com/dvddarias/docker-hoster synced 2026-08-05 16:12:43 +02:00

Update README.md

This commit is contained in:
Jeffrey
2018-10-08 16:01:49 +02:00
parent b94a8f336d
commit 50cd480853
+1 -1
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" \