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:
|
||||
streamflow:
|
||||
build: .
|
||||
image: tv-streamflow
|
||||
image: aiulian25/streamflow:latest
|
||||
container_name: streamflow
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue