This commit is contained in:
msnie
2024-02-03 11:58:42 +01:00
parent 17ca1c805f
commit 5b0b5f548c
706 changed files with 135245 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
version: "2.1"
services:
doublecommander:
image: lscr.io/linuxserver/doublecommander:latest
container_name: doublecommander
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /srv/doublecommander:/config
- /home/null/shares/disk1:/data
ports:
- 3030:3000
- 3131:3001
restart: unless-stopped