0
0
1
| 1 | version: "3.9" |
| 2 | |
| 3 | services: |
| 4 | authelia: |
| 5 | image: authelia/authelia:latest |
| 6 | container_name: authelia |
| 7 | restart: on-failure:5 |
| 8 | volumes: |
| 9 | - /volume1/docker/authelia/config:/config:rw |
| 10 | - /volume1/docker/authelia/data:/data:rw |