Permission denied /data/wapgate.yaml
hello,
I try to start my docker-compose.yml but it failed with I try to add some environment settings but it failed, i am root to start docker compose :
docker-compose.yml
services: warpgate: container_name: warpgate image: ghcr.io/warp-tech/warpgate:latest restart: unless-stopped
environment:
- TZ=Europe/Paris
- PUID=1000
- PGID=100
ports:
- "2222:2222"
- "8888:8888"
- "33306:33306"
- "55432:55432"
volumes:
- ./data:/data
stdin_open: true
tty: trueroot@proxy:/DATA/AppData/warpgate# docker compose run --rm warpgate setup Container warpgate-warpgate-run-98ea5b6554d6 Creating Container warpgate-warpgate-run-98ea5b6554d6 Created 12:34:17 INFO Welcome to Warpgate v0.28.6 12:34:17 INFO Let's do some basic setup first. 12:34:17 INFO The new config will be written in /data/warpgate.yaml. 12:34:17 ERROR Fatal error error=Permission denied (os error 13)
What i forget ?
Debian 13 docker 29.4.1
Source: warp-tech/warpgate