diff --git a/docker-compose.yml b/docker-compose.yml index 32957f1e52..5741a953d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: - archisteamfarm volumes: # Replace the first path with your path to the activated_packages.txt & config.json file - - /mnt/docker-volumes/claim-free-steam-packages/acitvated_packages.txt:/usr/src/app/activated_packages.txt + - /mnt/docker-volumes/claim-free-steam-packages/activated_packages.txt:/usr/src/app/activated_packages.txt - /mnt/docker-volumes/claim-free-steam-packages/config.json:/usr/src/app/config.json:ro # Comment the following line if you don't want the logs in your directory - /mnt/docker-volumes/claim-free-steam-packages/logging.txt:/usr/src/app/logging.txt