gpxstudionew/docker-compose.yml
2025-03-26 15:57:57 +08:00

11 lines
269 B
YAML

services:
gpxstudionew:
container_name: gpxstudionew
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Rome
ports:
- 8111:8111
restart: unless-stopped
image: gpxstudionew:latest