mirror of
https://github.com/ergosteur/instaarchive-viewer.git
synced 2026-07-04 11:07:15 -04:00
fix: address Docker EACCES errors with better logging and SELinux hints
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
services:
|
||||
instaarchive:
|
||||
image: ghcr.io/${GITHUB_REPOSITORY:-ergosteur/instaarchive-viewer}:latest
|
||||
build: .
|
||||
image: ghcr.io/ergosteur/instaarchive-viewer:latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./archives:/archives:ro
|
||||
- ./archives:/archives:ro,z
|
||||
environment:
|
||||
- PORT=3000
|
||||
- ARCHIVES_DIR=/archives
|
||||
|
||||
Reference in New Issue
Block a user