Update docker-compose to pull from Docker Hub instead of building locally

This commit is contained in:
aiulian25 2025-12-25 00:02:07 +00:00
parent 55ffea049a
commit 1685822ff2

View file

@ -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: