From 48b9205da6686d0e2a8697f4deaa7cf04d808258 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 21 Oct 2023 15:43:02 -0300 Subject: Testing the new docker-compose file --- .env.example | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .env.example (limited to '.env.example') diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..217fb1e --- /dev/null +++ b/.env.example @@ -0,0 +1,11 @@ +# Base configuration +PUID= +PGID= +MEDIA_FOLDER= +INSTALL_LOCATION= +MEDIA_SERVICE= + +# VPN configuration +VPN_SERVICE= +VPN_USER= +VPN_PASSWORD= -- cgit v1.2.3