···22 stump:
33 image: aaronleopold/stump:latest
44 container_name: stump
55- # Replace my paths (prior to the colons) with your own
65 volumes:
76 - /home/pedro-correa/.stump:/config
88- - /media/books:/data
77+ - /external-hd-backup/stump/books:/data
98 environment:
109 - PUID=1000
1110 - PGID=1000
1212- # This `environment` field is optional, remove if you don't need it.
1313- # I am using it as an example here, but it's actually a default value.
1414- - STUMP_CONFIG_DIR=/config
1511 restart: unless-stopped
1612 networks:
1713 - stump-network