Update .gitea/compose.yaml
All checks were successful
Forge Server CI / main (push) Successful in 1m3s
All checks were successful
Forge Server CI / main (push) Successful in 1m3s
This commit is contained in:
parent
812bb24690
commit
785004e705
@ -2,7 +2,7 @@ services:
|
||||
forge:
|
||||
image: itzg/minecraft-server
|
||||
volumes:
|
||||
- /workspace/KomuSolutions/forge_server:/data
|
||||
- forge-volume:/data
|
||||
environment:
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
@ -27,3 +27,11 @@ services:
|
||||
- BROADCAST_RCON_TO_OPS=true
|
||||
- ENABLE_AUTOSTOP=true
|
||||
- AUTOSTOP_TIMEOUT_INIT=10
|
||||
|
||||
volumes:
|
||||
forge-volume:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
device: /workspace/KomuSolutions/forge_server
|
||||
o: bind
|
Reference in New Issue
Block a user