anyone know if this is what the docker compose fil...
# netmaker
a
anyone know if this is what the docker compose file would like like to attempt to use json config file instead of Caddyfile?
Copy code
volumes:
      - /root/Caddyfile:/etc/caddy/Caddyfile
      - /root/caddy.json:/etc/caddy/caddy.json
      - caddy_data:/data
      - caddy_conf:/config
    command: ["caddy", "run", "--config", "/etc/caddy/caddy.json"]