Update setup in docs
This commit is contained in:
parent
9b711ab109
commit
bdca531832
1 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,10 @@ services:
|
||||||
# Uncomment this if IPv6 is not enabled on your host
|
# Uncomment this if IPv6 is not enabled on your host
|
||||||
# DISABLE_IPV6: 'true'
|
# DISABLE_IPV6: 'true'
|
||||||
|
|
||||||
|
# Uncomment this if you want to use custom UID/GID
|
||||||
|
# PUID: 1000
|
||||||
|
# PGID: 1000
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./letsencrypt:/etc/letsencrypt
|
- ./letsencrypt:/etc/letsencrypt
|
||||||
|
@ -71,6 +75,10 @@ services:
|
||||||
DB_MYSQL_NAME: "npm"
|
DB_MYSQL_NAME: "npm"
|
||||||
# Uncomment this if IPv6 is not enabled on your host
|
# Uncomment this if IPv6 is not enabled on your host
|
||||||
# DISABLE_IPV6: 'true'
|
# DISABLE_IPV6: 'true'
|
||||||
|
|
||||||
|
# Uncomment this if you want to use custom UID/GID
|
||||||
|
# PUID: 1000
|
||||||
|
# PGID: 1000
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./letsencrypt:/etc/letsencrypt
|
- ./letsencrypt:/etc/letsencrypt
|
||||||
|
|
Loading…
Reference in a new issue