Revert "split docker files, one for building and one with the image on dockerhub"

This commit is contained in:
Admin9705
2025-04-24 15:45:34 -04:00
committed by GitHub
parent 7f050fa594
commit b8f79769d1
3 changed files with 3 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
services:
huntarr:
build:
context: .
dockerfile: Dockerfile

View File

@@ -1,3 +0,0 @@
services:
huntarr:
image: huntarr/huntarr:latest

View File

@@ -1,5 +1,8 @@
services:
huntarr:
build:
context: .
dockerfile: Dockerfile
container_name: huntarr
ports:
- "9705:9705"