From 133689815da17792060d5697c25926571c5fbd3e Mon Sep 17 00:00:00 2001 From: Marcel <110860055+Morethanevil@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:17:57 +0200 Subject: [PATCH] Updated Zoraxy in Docker with Portainer and Nginx as examples (markdown) --- Zoraxy-in-Docker-with-Portainer-and-Nginx-as-examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Zoraxy-in-Docker-with-Portainer-and-Nginx-as-examples.md b/Zoraxy-in-Docker-with-Portainer-and-Nginx-as-examples.md index 69c3057..7bd2271 100644 --- a/Zoraxy-in-Docker-with-Portainer-and-Nginx-as-examples.md +++ b/Zoraxy-in-Docker-with-Portainer-and-Nginx-as-examples.md @@ -42,6 +42,7 @@ services: volumes: - ./config:/opt/zoraxy/config/ - /var/run/docker.sock:/var/run/docker.sock + - /etc/localtime:/etc/localtime:ro environment: PORT: "8000"