The docker image of Fopnu, based on Fopnu=1.66
1.3K
The docker image of Fopnu, based on Fopnu=1.66
Please refer to this for usage
Sample run command:
docker run -d --name=fopnu \
-v /share/Container/fopnu/config:$HOME/config \
-v /share/Container/fopnu/data:$HOME/data \
-e GROUP_ID=0 -e USER_ID=0 -e TZ=Europe/Madrid \
-p 5800:5800 \
-p 5900:5900 \
orinsid/fopnu:latest
version: "3.3"
services:
fopnu:
container_name: fopnu
volumes:
- /share/Container/fopnu/config:$HOME/config
- /share/Container/fopnu/data:$HOME/data
environment:
- GROUP_ID=0
- USER_ID=0
- TZ=Europe/Madrid
ports:
- 5800:5800
- 5900:5900
image: orinsid/fopnu:latest
networks: {}
Browse to http://your-host-ip:5800 to access the Fopnu.
Content type
Image
Digest
sha256:818100a59…
Size
240 MB
Last updated
about 2 years ago
docker pull orinsid/fopnu