From b19d1885fc2f7a75c2b97b8ac546676f5c4e37ab Mon Sep 17 00:00:00 2001
From: oldnapalm <38410858+oldnapalm@users.noreply.github.com>
Date: Wed, 3 Aug 2022 17:44:56 -0300
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ad8946a..d4313e5 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ zoffline can be installed on the same machine as Zwift or another local machine.
* Install Docker
* Create the docker container with:
- ``docker create --name zwift-offline -p 443:443 -p 80:80 -p 3024:3024/udp -p 3025:3025 -v :/usr/src/app/zwift-offline/storage -e TZ= zoffline/zoffline``
+ ``docker create --name zwift-offline -p 443:443 -p 80:80 -p 3024:3024/udp -p 3025:3025 -p 53:53/udp -v :/usr/src/app/zwift-offline/storage -e TZ= zoffline/zoffline``
* You can optionally exclude ``-v :/usr/src/app/zwift-offline/storage`` if you don't care if your Zwift progress state is retained across zoffline updates (unlikely).
* The path you pass to ``-v`` will likely need to be world readable and writable.
* A list of valid ```` values (e.g. America/New_York) can be found [here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).