Update port in docker-compose.yaml

This commit is contained in:
Andras Bacsai
2024-03-11 09:17:54 +01:00
parent fde4c66f17
commit 75c758c72f

View File

@@ -4,7 +4,7 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "${PORT}" - "3000"
environment: environment:
- PORT=3000 - PORT=3000
- DB_CONNECTION=mysql - DB_CONNECTION=mysql