Removing ports

This commit is contained in:
2026-05-01 14:40:14 -05:00
parent 77f3348321
commit 938f8697bd

View File

@@ -3,11 +3,7 @@ version: "3.8"
services:
faved:
image: denho/faved:latest
# Publish ports directly (Swarm routing mesh)
# Faved's official compose supports PORT and SSL_PORT defaults. 【2-51ff7c】
ports:
- "${PORT:-8080}:80"
- "${SSL_PORT:-8443}:443"
volumes:
# Required persistence (bookmarks, tags, users, etc.) 【1-fe9697】【3-512901】
- /mnt/DockerStorage/data/faved:/var/www/html/storage