Skip to content

Commit

Permalink
Update README.md docker-compose sample with correct environment varia…
Browse files Browse the repository at this point in the history
…ble name (#237)
  • Loading branch information
huelsner authored Jun 29, 2024
1 parent 6c3a39b commit d058d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
image: mandarons/icloud-drive
environment:
- PUID=<insert the output of `id -u $user`>
- GUID=<insert the output of `id -g $user`>
- PGID=<insert the output of `id -g $user`>
env_file:
- .env.icloud # Must contain ENV_ICLOUD_PASSWORD=<password> and ENV_CONFIG_FILE_PATH=/config/config.yaml
container_name: icloud
Expand Down

0 comments on commit d058d11

Please sign in to comment.