mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
fix docker-options
This commit is contained in:
parent
53e571bd6e
commit
5de8c77ffb
@ -46,8 +46,8 @@ dokku config:set crafatar BIND=0.0.0.0 PORT=5000
|
|||||||
```
|
```
|
||||||
For persistent images and logs:
|
For persistent images and logs:
|
||||||
```shell
|
```shell
|
||||||
dokku docker-options:add crafatar run "-v /var/lib/crafatar/images:/app/images"
|
dokku docker-options:add crafatar deploy "-v /var/lib/crafatar/images:/app/images"
|
||||||
dokku docker-options:add crafatar run "-v /var/log/crafatar:/app/logs"
|
dokku docker-options:add crafatar deploy "-v /var/log/crafatar:/app/logs"
|
||||||
```
|
```
|
||||||
If you want to listen on extra domains:
|
If you want to listen on extra domains:
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user