Skip to content

Commit

Permalink
fix path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 4818dfc commit c940a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
max_attempts: 0
volumes:
# Replace the first path with your path to the activated_packages.txt & config.json file
- /c/Users/Louis/Desktop/code/ClaimSteamLicenses/acitvated_packages.txt:/usr/src/app/acitvated_packages.txt
- /c/Users/Louis/Desktop/code/ClaimSteamLicenses/acitvated_packages.txt:/usr/src/app/activated_packages.txt
- /c/Users/Louis/Desktop/code/ClaimSteamLicenses/config.json:/usr/src/app/config.json:ro
# Comment the following line if you don't want the logs in your directory
- /c/Users/Louis/Desktop/code/ClaimSteamLicenses/logging.txt:/usr/src/app/logging.txt

0 comments on commit c940a79

Please sign in to comment.