123456789101112131415161718192021222324252627282930 |
- TZ: Europe/Athens
- luanti:
- author: Luanti
- map_name: minetest_game
- release: "31630"
- additional_envs: []
- network:
- game_port:
- bind_mode: published
- port_number: 8080
- host_network: false
- ix_volumes:
- config: /opt/tests/mnt/luanti/config
- data: /opt/tests/mnt/luanti/data
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- additional_storage: []
|