I keep getting required args not provided errors. Even if I am missing something simple it would be nice if the log gave a bit more info.
rgit:
container_name: rgit
image: ghcr.io/w4/rgit:main
restart: unless-stopped
user: ${PUID}
environment:
- REFRESH_INTERVAL=5m
volumes:
- ${GIT}:/git
ports:
- 3333:8000