mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-09 15:17:49 +02:00
add PORT in .env
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ services:
|
|||||||
- .:/app
|
- .:/app
|
||||||
# - ./repositories:/app/repositories
|
# - ./repositories:/app/repositories
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:$PORT
|
||||||
links:
|
links:
|
||||||
- mongodb
|
- mongodb
|
||||||
- redis
|
- redis
|
||||||
|
|||||||
Reference in New Issue
Block a user