Hotfix API_PORT not being bind to the right port

This commit is contained in:
Florian Sylvain
2022-12-21 23:52:02 +01:00
parent 2047b3f7a4
commit 659554c2a9
+1 -1
View File
@@ -7,7 +7,7 @@ services:
env_file: env_file:
- .env - .env
ports: ports:
- "${API_PORT}:8080" - "${API_PORT}:${API_PORT}"
networks: networks:
- back-net - back-net
frontend: frontend: