Skip to content

Commit 304c59b

Browse files
committed
1 parent 20c451d commit 304c59b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Apps/CopyParty/docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: copyparty
22
services:
33
copyparty:
4-
image: icewhaletech/copyparty:1.20.10
4+
image: icewhaletech/copyparty:1.20.13
55
container_name: copyparty
66
ports:
77
- target: 3923
@@ -12,6 +12,9 @@ services:
1212
- type: bind
1313
source: /DATA/AppData/$AppID/w
1414
target: /w
15+
- type: bind
16+
source: /DATA/AppData/$AppID/confg
17+
target: /cfg
1518
deploy:
1619
resources:
1720
reservations:

Apps/OpenClaw/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
openclaw:
3-
image: icewhaletech/openclaw:2026.3.8
3+
image: icewhaletech/openclaw:2026.3.23
44
environment:
55
HOME: /home/node
66
TERM: xterm-256color

0 commit comments

Comments
 (0)