initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
services:
|
||||
projectsend:
|
||||
image: lscr.io/linuxserver/projectsend:latest
|
||||
container_name: projectsend
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /opt/projectsend/config:/config
|
||||
- /opt/docker/projectsend/data:/data
|
||||
ports:
|
||||
- 8083:80
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user