Update content.md

This commit is contained in:
wglambert 2020-04-03 12:40:10 -07:00 committed by GitHub
parent 47b4b5553e
commit 17fe4f5a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ If you'd like to be able to access the instance from the host without the contai
$ docker run -d --name some-ghost -e url=http://localhost:3001 -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. If all goes well, you'll be able to access your new site on `http://localhost:3001` and `http://localhost:3001/ghost` to access Ghost Admin (or `http://host-ip:3001` and `http://host-ip:3001/ghost`, respectively).
### Upgrading Ghost ### Upgrading Ghost