--- version: '3' services: authelia-backend: volumes: - './MySQL/configuration.yml:/config/configuration.yml:ro' - './MySQL/users.yml:/config/users.yml' - './common/ssl:/config/ssl:ro' ...