mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-31 18:17:23 +01:00
fix: changes --enableactions to --enable-actions (#2554)
This commit is contained in:
@@ -13,7 +13,7 @@ This feature is **disabled** by default, which can be enabled by setting environ
|
||||
::: code-group
|
||||
|
||||
```sh
|
||||
docker run -e DOZZLE_ENABLE_ACTIONS=true --volume=/var/run/docker.sock:/var/run/docker.sock -p 8080:8080 amir20/dozzle
|
||||
docker run --volume=/var/run/docker.sock:/var/run/docker.sock -p 8080:8080 amir20/dozzle --enable-actions
|
||||
```
|
||||
|
||||
```yaml [docker-compose.yml]
|
||||
|
||||
Reference in New Issue
Block a user