Add volume mapping

This commit is contained in:
Joey Hafner 2022-06-24 17:12:13 -07:00
parent 70731223e0
commit d29d0f65ba

View File

@ -6,6 +6,9 @@ services:
networks: networks:
- web - web
restart: "no" restart: "no"
volumes:
- $DOCKER_DATA:/config
- $TORRENT_DATA:/torrenting
env_file: env_file:
- .env - .env
ports: ports: