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:
|
forge:
|
||||||
image: itzg/minecraft-server
|
image: itzg/minecraft-server
|
||||||
volumes:
|
volumes:
|
||||||
- forge_volume:/data
|
- gitea_forge_volume:/data
|
||||||
environment:
|
environment:
|
||||||
- UID=1000
|
- UID=1000
|
||||||
- GID=1000
|
- GID=1000
|
||||||
@ -29,6 +29,7 @@ services:
|
|||||||
- AUTOSTOP_TIMEOUT_INIT=10
|
- AUTOSTOP_TIMEOUT_INIT=10
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
gitea_forge_volume:
|
||||||
forge_volume:
|
forge_volume:
|
||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
Reference in New Issue
Block a user