mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-06-14 23:16:17 +02:00
Added missing volumes
This commit is contained in:
parent
65c6f7e316
commit
481be7c61a
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ services:
|
||||||
- 'XMX=8'
|
- 'XMX=8'
|
||||||
ports:
|
ports:
|
||||||
- '25565:25565'
|
- '25565:25565'
|
||||||
|
volumes:
|
||||||
|
- 'config:/app/config'
|
||||||
|
- 'worlds:/app/worlds'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
config:
|
config:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue