mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
I was wrong. It's not the container name but I forgot simply to give the network the very same name as specified in the docker-compose.yml of the frontend
12 lines
167 B
YAML
12 lines
167 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
backend:
|
|
volumes:
|
|
- .:/nitro-backend
|
|
- /nitro-backend/node_modules
|
|
neo4j:
|
|
ports:
|
|
- 7687:7687
|
|
- 7474:7474
|