Updated default port
This commit is contained in:
parent
792c1e2e59
commit
cb4d80d296
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ Specific tag versions follow this definition:
|
|||
# To use
|
||||
|
||||
Run the following in your hugo directory: `docker run -v .:/home/app -ti --network=host betterweb/hugo:latest`
|
||||
To also host locally: `docker run -p 8080:8080 -v .:/home/app -ti --network=host betterweb/hugo:latest`
|
||||
To also host locally: `docker run -p 1313:1313 -v .:/home/app -ti --network=host betterweb/hugo:latest`
|
||||
|
|
Loading…
Add table
Reference in a new issue