Skip to content

Commit

Permalink
docs: added RUN_ONCE=true to docker examples
Browse files Browse the repository at this point in the history
  • Loading branch information
f0e committed Jul 31, 2024
1 parent a2928f5 commit dd92a13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ You will need to view the docker logs whenever adding new accounts to your confi
```sh
docker run --rm \
--name letterboxd-trakt-sync \
-e RUN_ONCE=true \
-v /<host_folder_config>:/config \
ghcr.io/f0e/letterboxd-trakt-sync:latest
```
Expand All @@ -33,6 +34,8 @@ services:
caddy:
container_name: letterboxd-trakt-sync
image: ghcr.io/f0e/letterboxd-trakt-sync:latest
environment:
- RUN_ONCE=true
volumes:
- /<host_folder_config>:/config
```
Expand Down

0 comments on commit dd92a13

Please sign in to comment.