fix: uncomment ports configuration for SnapOtter service in compose.yaml

This commit is contained in:
nathan 2026-04-25 11:44:09 -04:00
parent 803204e9af
commit 5b985fb553

View File

@ -1,8 +1,8 @@
services:
SnapOtter:
image: snapotter/snapotter:latest # or ghcr.io/snapotter-hq/snapotter:latest
# ports:
# - "1349:1349"
ports:
- "1349:1349"
volumes:
- /mnt/appdata/snapotter/data:/data
networks: