mirror of
https://github.com/plexguide/Huntarr-Sonarr.git
synced 2025-12-16 20:04:16 -06:00
Revert "split docker files, one for building and one with the image on dockerhub"
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
services:
|
||||
huntarr:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
@@ -1,3 +0,0 @@
|
||||
services:
|
||||
huntarr:
|
||||
image: huntarr/huntarr:latest
|
||||
@@ -1,5 +1,8 @@
|
||||
services:
|
||||
huntarr:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: huntarr
|
||||
ports:
|
||||
- "9705:9705"
|
||||
|
||||
Reference in New Issue
Block a user