Initial Docker compose

This commit is contained in:
Soap 2025-10-07 20:41:44 +00:00
parent b878317adb
commit dd481f1a3c

View File

@ -0,0 +1,19 @@
services:
copyparty:
image: copyparty/ac
container_name: copyparty
user: "1000" # use the "id" command
ports:
- "3923:3923"
volumes:
- /mnt/c:/w/c # drives are based on what I have
- /mnt/d:/w/d
- /mnt/e:/w/e
- /mnt/x:/w/x
- type: bind
source: ./cfg
target: /cfg
consistency: consistent # unreliable when u change ze config, else cool
stdin_open: true
tty: true
restart: "always"