Add official image to docker-compose
This commit is contained in:
parent
11a70b6e76
commit
b03264b143
|
@ -2,7 +2,8 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
rimgo:
|
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: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
|
Loading…
Reference in New Issue