You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My docker compose:
version: '3'
services:
pinchflat:
image: ghcr.io/kieraneglin/pinchflat:latest
environment:
# Set the timezone to your local timezone
- TZ=Asia/karachi
--user=99:100 #(Tried with 1000:1000 but no)
ports:
- '8945:8945'
volumes:
- /mnt/appdata/pinchflat/config:/config
- /mnt/media/Youtube:/downloads
restart: unless-stopped
How can I make it work?
The text was updated successfully, but these errors were encountered:
My docker compose:
version: '3'
services:
pinchflat:
image: ghcr.io/kieraneglin/pinchflat:latest
environment:
# Set the timezone to your local timezone
- TZ=Asia/karachi
--user=99:100 #(Tried with 1000:1000 but no)
ports:
- '8945:8945'
volumes:
- /mnt/appdata/pinchflat/config:/config
- /mnt/media/Youtube:/downloads
restart: unless-stopped
How can I make it work?
The text was updated successfully, but these errors were encountered: