docker-compose.dev.yml: Change container name and port to be different than prod container test

This commit is contained in:
IRHM
2026-07-29 18:40:10 +01:00
committed by momi
parent 2202b11e39
commit 1f4b917661
+2 -2
View File
@@ -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