Update docker-compose.yml
This commit is contained in:
parent
610805942c
commit
5744ce98be
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: .
|
# build: . # Only if you want to Build the image on your own Server!
|
||||||
|
image: registry.ucode.space/phil/goshorly:latest
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -16,4 +17,4 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db:
|
db:
|
||||||
|
|
Loading…
Reference in a new issue