$(init 0)

This commit is contained in:
coolnsx
2024-03-19 12:15:59 +05:30
parent 4d3727596d
commit 8b180c61b9
2 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ services:
- ./letsencrypt:/etc/letsencrypt
networks:
- nginx_proxy
environment:
- PUID=$PUID
- PGID=$PGID
networks:
nginx_proxy:

2
nginx-proxy/env.example Normal file
View File

@@ -0,0 +1,2 @@
PUID=1000
PGID=1000