Updated default port

This commit is contained in:
mrinc 2023-07-25 13:38:20 +02:00
parent 792c1e2e59
commit cb4d80d296

View file

@ -11,4 +11,4 @@ Specific tag versions follow this definition:
# To use # To use
Run the following in your hugo directory: `docker run -v .:/home/app -ti --network=host betterweb/hugo:latest` 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`