mirror of
https://github.com/sbondCo/Watcharr.git
synced 2026-08-07 07:14:44 +00:00
docker-compose.dev.yml: Change container name and port to be different than prod container test
This commit is contained in:
@@ -4,8 +4,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: watcharr
|
container_name: watcharr-dev
|
||||||
ports:
|
ports:
|
||||||
- 3080:3080
|
- 3081:3080
|
||||||
volumes:
|
volumes:
|
||||||
- ./container_data:/data
|
- ./container_data:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user