Skip to content

Commit

Permalink
💬 Add instructions to restart container after configuration change.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Apr 1, 2024
1 parent 2aa856b commit b29420b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ docker run -d -p 8080:80 -v image-cache:/home/cache ghcr.io/langyo/0721:latest
> ```
>
> Then you can edit the `Config.toml` in the `/home` directory by using `vi`.
>
> After that, you can restart the container to apply the new configuration:
>
> ```bash
> docker restart <container_id>
> ```
```toml
[portal]
Expand Down

0 comments on commit b29420b

Please sign in to comment.