Update docker-compose.yml

This commit is contained in:
2026-05-07 20:15:55 -05:00
parent d83e5ca285
commit 9bc222a45b

View File

@@ -95,11 +95,6 @@ services:
frontend: frontend:
image: ghcr.io/patchmon/patchmon-frontend:latest image: ghcr.io/patchmon/patchmon-frontend:latest
environment:
SERVER_PROTOCOL=http
SERVER_HOST=192.168.20.226
SERVER_PORT=3030
CORS_ORIGIN=http://192.168.20.226:3030
ports: ports:
- "3030:3000" - "3030:3000"
volumes: volumes: