Update Servers/Containerization/Docker/Compose/Pyload.md

This commit is contained in:
2025-04-20 23:58:34 -06:00
parent 1d806079e2
commit 1b493281e3

View File

@ -4,7 +4,7 @@
## Docker Configuration ## Docker Configuration
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: '3.9' version: '3.9'
services: services:
@ -47,7 +47,7 @@ networks:
!!! note "NFS Mount Assumptions" !!! note "NFS Mount Assumptions"
The NFS folder in this example is both exported via NFS on a TrueNAS Core server, while also being exported as an NFS export. `mapall user` and `mapall group` is configured to the user and group owners of the folder set in the permissions of the dataset in TrueNAS Core. In this case, the mapall user is `BUNNY-LAB\nicole.rappe` and the mapall group is `BUNNY-LAB\Domain Admins`. The NFS folder in this example is both exported via NFS on a TrueNAS Core server, while also being exported as an NFS export. `mapall user` and `mapall group` is configured to the user and group owners of the folder set in the permissions of the dataset in TrueNAS Core. In this case, the mapall user is `BUNNY-LAB\nicole.rappe` and the mapall group is `BUNNY-LAB\Domain Admins`.
```jsx title=".env" ```yaml title=".env"
N/A N/A
``` ```