1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-26 15:16:27 +01:00

docs: Fix syntax to enable actions (#3169)

This commit is contained in:
Steven Horner
2024-07-31 13:58:57 +01:00
committed by GitHub
parent 0e652cb936
commit 73fa622721

View File

@@ -26,7 +26,7 @@ services:
ports:
- 8080:8080
environment:
DOZZLE_ENABLE_ACTIONS: true
DOZZLE_ENABLE_ACTIONS=true
```
:::