Files
instaarchive-viewer/compose.yml
T
ergosteur c196f40cfd
Docker Build and Publish / build-and-push (push) Failing after 9s
fix: address Docker EACCES errors with better logging and SELinux hints
2026-03-07 03:02:02 -05:00

12 lines
254 B
YAML

services:
instaarchive:
image: ghcr.io/ergosteur/instaarchive-viewer:latest
ports:
- "3000:3000"
volumes:
- ./archives:/archives:ro,z
environment:
- PORT=3000
- ARCHIVES_DIR=/archives
restart: unless-stopped