[docker-compose] add registry image
This commit is contained in:
parent
9823f01139
commit
b1915d5807
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: app
|
image: registry.domandoman.xyz/fooder/app
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in a new issue