mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
docs: document supported docker platforms
Signed-off-by: LuBashQ <cristian.lupascu.nicolae@gmail.com>
This commit is contained in:
parent
56c88e7d5f
commit
56497dbbe6
1 changed files with 5 additions and 0 deletions
|
|
@ -329,6 +329,11 @@ Ensure you follow the setup steps properly to configure the environment for buil
|
|||
docker run -d -p 80:80 johannesjo/super-productivity:latest
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> The command will automatically pull the container that matches the host's platform. Use `--platform` to specify a different one.
|
||||
>
|
||||
> Currently supported architectures: `linux/amd64`, `linux/arm64`, `linux/arm/v7`.
|
||||
|
||||
Now you can access the web app from your browser at `http://localhost`.
|
||||
|
||||
This container only serves the web app, and the user data is stored in the browser. Therefore, it does not have any persistent storage.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue