Hello,
I'm trying to run the OpenLiteSpeed Docker image on macOS (M1), with the following Compose file:
version: '3'
services:
  openlitespeed:
    container_name: openlitespeed
    image: litespeedtech/openlitespeed:1.7.16-lsphp81
    ports:
      - "7080:7080"
      - "80:80"
      -...