Update docker-compose-treafik.yml
This commit is contained in:
@@ -3,13 +3,9 @@ version: "3.8"
|
||||
services:
|
||||
faved:
|
||||
image: denho/faved:latest
|
||||
networks:
|
||||
- pangolin_public
|
||||
|
||||
volumes:
|
||||
- /mnt/DockerStorage/data/faved:/var/www/html/storage
|
||||
- /mnt/DockerStorage/data/faved/temp:/tmp
|
||||
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
@@ -23,8 +19,4 @@ services:
|
||||
- "traefik.http.routers.faved.tls=true"
|
||||
|
||||
# Faved listens on 80 in the container (official usage) 【3-77eeac】【4-bef2e6】
|
||||
- "traefik.http.services.faved.loadbalancer.server.port=80"
|
||||
|
||||
networks:
|
||||
pangolin_public:
|
||||
external: true
|
||||
- "traefik.http.services.faved.loadbalancer.server.port=80"
|
||||
Reference in New Issue
Block a user