mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
#2878 print error of JSON unmarshal and always returns a valid object
This commit is contained in:
parent
dd36c431ec
commit
ac53bb593d
5 changed files with 7 additions and 4 deletions
|
@ -43,9 +43,11 @@ If you're more comfortable with mounting data to a data container, the commands
|
|||
```
|
||||
# Create data container
|
||||
docker run --name=gogs-data --entrypoint /bin/true gogs/gogs
|
||||
|
||||
# Use `docker run` for the first time.
|
||||
docker run --name=gogs --volumes-from gogs-data -p 10022:22 -p 10080:3000 gogs/gogs
|
||||
```
|
||||
|
||||
#### Using Docker 1.9 Volume command
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue