services: watchyourports: image: aceberg/watchyourports ports: - '8853:8853' volumes: - './WatchYourPorts:/data/WatchYourPorts' environment: - TZ=Europe/London container_name: wyp restart: unless-stopped