Update .gitea/compose.yaml
All checks were successful
Forge Server CI / main (push) Successful in 1m15s
All checks were successful
Forge Server CI / main (push) Successful in 1m15s
This commit is contained in:
parent
a4c850aee1
commit
f384f8d8ea
@ -2,7 +2,7 @@ services:
|
||||
forge:
|
||||
image: itzg/minecraft-server
|
||||
volumes:
|
||||
- forge_volume:/data
|
||||
- gitea_forge_volume:/data
|
||||
environment:
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
@ -29,6 +29,7 @@ services:
|
||||
- AUTOSTOP_TIMEOUT_INIT=10
|
||||
|
||||
volumes:
|
||||
gitea_forge_volume:
|
||||
forge_volume:
|
||||
driver: local
|
||||
driver_opts:
|
||||
|
Reference in New Issue
Block a user