# docker-compose.yml # Docker Hub: https://hub.docker.com/r/timothystewart6/littlelink-server # Documentation: https://github.com/techno-tim/littlelink-server # The WebUI can be found at http://: networks: : external: true services: littlelink-server: container_name: littlelink-server environment: - image: timothystewart6/littlelink-server: networks: - ports: - "3000:3000" # WebUI Port restart: unless-stopped security_opt: - no-new-privileges:true