name: filebrowser services: filebrowser: cpu_shares: 90 command: [] container_name: filebrowser deploy: resources: limits: memory: "6217007104" environment: PGID: "1000" PUID: "1000" hostname: filebrowser image: filebrowser/filebrowser:s6 networks: default: null ports: - mode: ingress target: 80 published: "8099" protocol: tcp restart: unless-stopped volumes: - type: bind source: /root/filebrowser/config target: /config bind: create_host_path: true - type: bind source: /root/filebrowser/database target: /database bind: create_host_path: true - type: bind source: /root/filebrowser/root target: /root bind: create_host_path: true networks: default: name: filebrowser_default x-casaos: author: self category: self hostname: www.bgmcd.org icon: "" index: / is_uncontrolled: true port_map: "8099" scheme: http title: custom: File Browser