mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
$(init 0)
This commit is contained in:
@@ -12,6 +12,9 @@ services:
|
|||||||
- ./letsencrypt:/etc/letsencrypt
|
- ./letsencrypt:/etc/letsencrypt
|
||||||
networks:
|
networks:
|
||||||
- nginx_proxy
|
- nginx_proxy
|
||||||
|
environment:
|
||||||
|
- PUID=$PUID
|
||||||
|
- PGID=$PGID
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
nginx_proxy:
|
nginx_proxy:
|
||||||
|
|||||||
2
nginx-proxy/env.example
Normal file
2
nginx-proxy/env.example
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
PUID=1000
|
||||||
|
PGID=1000
|
||||||
Reference in New Issue
Block a user