Update docker-compose.yml

This commit is contained in:
2025-08-02 02:10:32 +02:00
parent ae410bda2b
commit c1e96eb7d2

View File

@@ -1,6 +1,6 @@
services:
frontend:
container_name: frontend
container_name: weather-frontend
build: ./frontend
ports:
- "7002:7002"