anpassung port auf ursprung
This commit is contained in:
+2
-2
@@ -5,9 +5,9 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3001:3001"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
- PORT=3001
|
- PORT=3000
|
||||||
- MONGODB_URI=mongodb://mongo:27017/jahresplanung
|
- MONGODB_URI=mongodb://mongo:27017/jahresplanung
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongo
|
- mongo
|
||||||
|
|||||||
Reference in New Issue
Block a user