updating ports
This commit is contained in:
@@ -6,8 +6,8 @@ services:
|
|||||||
# Publish ports directly (Swarm routing mesh)
|
# Publish ports directly (Swarm routing mesh)
|
||||||
# Faved's official compose supports PORT and SSL_PORT defaults. 【2-51ff7c】
|
# Faved's official compose supports PORT and SSL_PORT defaults. 【2-51ff7c】
|
||||||
ports:
|
ports:
|
||||||
- 8282:80
|
- "${PORT:-8080}:80"
|
||||||
|
- "${SSL_PORT:-8443}:443"
|
||||||
volumes:
|
volumes:
|
||||||
# Required persistence (bookmarks, tags, users, etc.) 【1-fe9697】【3-512901】
|
# Required persistence (bookmarks, tags, users, etc.) 【1-fe9697】【3-512901】
|
||||||
- /mnt/DockerStorage/data/faved:/var/www/html/storage
|
- /mnt/DockerStorage/data/faved:/var/www/html/storage
|
||||||
|
|||||||
Reference in New Issue
Block a user