Update docker-compose to pull from Docker Hub instead of building locally
This commit is contained in:
parent
55ffea049a
commit
1685822ff2
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
streamflow:
|
streamflow:
|
||||||
build: .
|
image: aiulian25/streamflow:latest
|
||||||
image: tv-streamflow
|
|
||||||
container_name: streamflow
|
container_name: streamflow
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue