mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-09-10 08:12:49 +02:00
fix volume local path
This commit is contained in:
parent
a648a89959
commit
70098bbe0e
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ services:
|
||||||
stdin_open: true # docker run -i
|
stdin_open: true # docker run -i
|
||||||
tty: true # docker run -t
|
tty: true # docker run -t
|
||||||
volumes:
|
volumes:
|
||||||
- data:/gsc
|
- ./data:/gsc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue