Updated README
All checks were successful
CI Workflow / validate (push) Successful in 18s

This commit is contained in:
2024-12-20 10:23:25 +01:00
parent c2ddfa0c35
commit 55fbc2d877

View File

@ -43,6 +43,15 @@ docker_users:
A list of system users to be added to the `docker` group (so they can use Docker on the server).
A list of system users to be added to the `docker` group (so they can use Docker on the server).
```yaml
docker_daemon_options:
storage-driver: "overlay2"
log-opts:
max-size: "100m"
```
### Docker networks
See official documentation for `docker_network` module for more informations.