Initial Docker compose
This commit is contained in:
parent
b878317adb
commit
dd481f1a3c
19
copyparty/cfg/docker-compose.yml
Normal file
19
copyparty/cfg/docker-compose.yml
Normal 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"
|
||||||
Loading…
x
Reference in New Issue
Block a user