mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
14 lines
245 B
YAML
14 lines
245 B
YAML
version: "3.8"
|
|
services:
|
|
nfs:
|
|
image: easypi/nfs
|
|
volumes:
|
|
- ./data:/data
|
|
environment:
|
|
- EXPORT_ID=0
|
|
- EXPORT_PATH=/data
|
|
- PSEUDO_PATH=/
|
|
privileged: true
|
|
network_mode: host
|
|
restart: unless-stopped
|