[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:
|
||||
app:
|
||||
restart: unless-stopped
|
||||
image: app
|
||||
image: registry.domandoman.xyz/fooder/app
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
|
|
Loading…
Reference in a new issue