Files
vboxstock/docker-compose.yml
T
mfwadejr 0e87f5a26a
Publish container / publish (push) Failing after 9s
Add Unraid PUID and PGID support 3.0.1
2026-08-30 07:46:55 -04:00

14 lines
269 B
YAML

services:
vboxstock:
image: ghcr.io/mfwadejr/vboxstock:latest
container_name: vboxstock
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data:/data
environment:
- TZ=America/New_York
- PUID=99
- PGID=100