# sandy (books.delmar.bzh) --- volumes: config: books: driver: local driver_opts: type: "none" o: "bind" device: "/nfs/ebooks" services: stump: image: aaronleopold/stump:latest container_name: stump volumes: - config:/config - books:/data ports: - 10801:10801 environment: - PUID=1000 - PGID=1000 - STUMP_CONFIG_DIR=/config restart: unless-stopped labels: - diun.enable=true