Merge pull request #1530 from gregorybrzeski/url-fix
ghost: fix example to improve UX for first time users
This commit is contained in:
commit
7b9559bf9d
|
|
@ -19,7 +19,7 @@ $ docker run -d --name some-ghost %%IMAGE%%
|
||||||
If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used:
|
If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run -d --name some-ghost -p 3001:2368 %%IMAGE%%
|
$ docker run -d --name some-ghost -e url=http://localhost:3001 -p 3001:2368 %%IMAGE%%
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, access it via `http://localhost:3001` or `http://host-ip:3001` in a browser.
|
Then, access it via `http://localhost:3001` or `http://host-ip:3001` in a browser.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue