mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
Hotfix API_PORT not being bind to the right port
This commit is contained in:
+1
-1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user