Add official image to docker-compose

This commit is contained in:
video-prize-ranch 2022-03-19 16:00:48 -04:00
parent 11a70b6e76
commit b03264b143
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ version: '3'
services:
rimgo:
#image: quay.io/pussthecatorg/rimgo # Uncomment to use image
#image: registry.gitlab.com/overtime-zone-wildfowl/rimgo # Uncomment to use image, official image
#image: quay.io/pussthecatorg/rimgo # Unofficial image
build: .
ports:
- 3000:3000