Update docker-compose-frontend.yml

This commit is contained in:
Devoalda 2023-11-01 00:09:55 +00:00 committed by GitHub
parent c3c6fe6e36
commit ef1b718676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,6 @@ services:
restart:
always
ports:
- "80:80" # Map container port 3000 to host port 3000
- "80:80"
environment:
- REACT_APP_API_HOST=http://127.0.0.1:8000