Skip to content

Commit 721ae69

Browse files
committed
Update volume path in docker-compose.yml to use ./data
1 parent b0afa91 commit 721ae69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
ports:
55
- "5520:5520/udp"
66
volumes:
7-
- ./Hytale:/app/Hytale
7+
- ./data:/app/Hytale
88
restart: unless-stopped
99
stdin_open: true
1010
tty: true

0 commit comments

Comments
 (0)