Loading docker-compose.yml +2 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ version: '3.7' services: frontend_microservice: build: ./capif_frontend build: context: ./capif_backend restart: unless-stopped ports: - "4000:3000" Loading Loading
docker-compose.yml +2 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ version: '3.7' services: frontend_microservice: build: ./capif_frontend build: context: ./capif_backend restart: unless-stopped ports: - "4000:3000" Loading