Change port to 8280
Deploy GridTV / deploy (push) Has been cancelled

This commit is contained in:
2026-05-10 15:05:16 +02:00
parent 133d3963ce
commit c13ed02680
+1 -1
View File
@@ -2,7 +2,7 @@ services:
gridtv:
build: .
ports:
- "${PORT:-8080}:80"
- "${PORT:-8280}:80"
volumes:
- ./data:/data
restart: unless-stopped