mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Fix: typo in docker run command
This commit is contained in:
parent
3f80cb2d48
commit
2e087e8c0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue