Update variable look

This commit is contained in:
RealStickman 2023-02-19 15:42:29 +01:00
parent 7855c5cf17
commit 14a9b4fcc6

View File

@ -48,8 +48,8 @@ Ports:
``` ```
# podman run -it --name tdarr-node \ # podman run -it --name tdarr-node \
-e nodeID=<NAME> \ -e nodeID={NAME} \
-e serverIP=<IP> \ -e serverIP={IP} \
-e serverPort=8266 \ -e serverPort=8266 \
-v /mnt/tdarr/configs/:/app/configs \ -v /mnt/tdarr/configs/:/app/configs \
-v /mnt/tdarr/logs/:/app/logs \ -v /mnt/tdarr/logs/:/app/logs \