services:
ps3netsrv:
container_name: ps3netsrv
image: shawly/ps3netsrv:latest
environment:
TZ: Asia/Shanghai
restart: no
USER_ID: 1000 # change this to the uid of the user that owns your games folder
GROUP_ID: 1000 # change this to the gid of the user that owns your games folder
ports:
- "38008:38008"
volumes:
- /vol3/1000/Docker/ps3netsrv:/games:rw