Fix: typo in docker run command

This commit is contained in:
Jan Klippel 2022-05-21 12:34:47 +02:00
parent 3f80cb2d48
commit 2e087e8c0c
No known key found for this signature in database
GPG key ID: 685D0D9DEB945445

View file

@ -49,7 +49,7 @@ You do not have to rebuild the image every time. Once you build the image you ca
webserver using the container engine:
```shell
docker run --rm -v $PWD/opt/documentation codeberg/documentation-server:latest
docker run --rm -v $PWD:/opt/documentation codeberg/documentation-server:latest
```
Use the "External" URL the container outputs on startup to access your documentation.