123456789101112131415161718 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/gaseousgames_gaseousserver
- tag: v1.7.14
- mariadb_image:
- repository: mariadb
- tag: 12.0.2
- consts:
- gaseous_container_name: gaseous-server
- perms_container_name: permissions
- mariadb_container_name: mariadb
- db_user: gaseous
- db_name: gaseous
- internal_web_port: 80
- notes_body: |
- For information on how to use Gaseous, as well as adding roms,
- please visit the [official documentation](https://github.com/gaseous-project/gaseous-server/wiki).
|