---
version: "2"
services:
doublecommander:
image: linuxserver/doublecommander:version-d76d2e9e
container_name: doublecommander
restart: unless-stopped
environment:
- TZ=Europe/London # Specify a timezone to use EG Europe/London.
- PUID=1000 # for UserID
- PGID=1000 # for GroupID
volumes:
- /host/path/to/data:/data # Host data directories, mount as many as needed.
- /host/path/to/config:/config # Users home directory in the container, stores program settings.
ports:
- 3000:3000/tcp # Double Commander desktop gui.