fix: uncomment ports configuration for SnapOtter service in compose.yaml
This commit is contained in:
parent
803204e9af
commit
5b985fb553
@ -1,8 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
SnapOtter:
|
SnapOtter:
|
||||||
image: snapotter/snapotter:latest # or ghcr.io/snapotter-hq/snapotter:latest
|
image: snapotter/snapotter:latest # or ghcr.io/snapotter-hq/snapotter:latest
|
||||||
# ports:
|
ports:
|
||||||
# - "1349:1349"
|
- "1349:1349"
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/snapotter/data:/data
|
- /mnt/appdata/snapotter/data:/data
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user