Merge branch 'master' into master
This commit is contained in:
		
						commit
						af8379f2b9
					
				|  | @ -5,13 +5,12 @@ | |||
|   "exposable": true, | ||||
|   "id": "nextgba", | ||||
|   "description": "All of your favorite gameboy games in your browser", | ||||
|     "tipi_version": 1, | ||||
|     "version": "v0.0.3", | ||||
|   "tipi_version": 2, | ||||
|   "version": "v0.0.4", | ||||
|   "categories": ["gaming"], | ||||
|   "short_desc": "Gameboy in your browser", | ||||
|   "author": "meienberger", | ||||
|   "source": "https://github.com/meienberger/nextgba", | ||||
|   "form_fields": [], | ||||
|   "supported_architectures": ["arm64", "amd64"] | ||||
|   } | ||||
|    | ||||
| } | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ version: "3.9" | |||
| services: | ||||
|   nextgba: | ||||
|     container_name: nextgba | ||||
|     image: ghcr.io/meienberger/nextgba:v0.0.3 | ||||
|     image: ghcr.io/meienberger/nextgba:v0.0.4 | ||||
|     restart: unless-stopped | ||||
|     ports: | ||||
|       - ${APP_PORT}:3000 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Tommy Hartmann
						Tommy Hartmann