version: "3.8" services: statping-ng: image: adamboutcher/statping-ng:latest restart: unless-stopped environment: - TZ=${TZ} - DB_CONN=sqlite volumes: - ../files/statping-ng:/app ports: - 8080