mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Give hc-network a name
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
This commit is contained in:
parent
b4c92ec29a
commit
ad66dd1b85
@ -9,7 +9,3 @@ services:
|
||||
ports:
|
||||
- 7687:7687
|
||||
- 7474:7474
|
||||
|
||||
networks:
|
||||
hc-network:
|
||||
name: hc-network
|
||||
|
||||
@ -2,7 +2,6 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
backend:
|
||||
container_name: backend
|
||||
image: humanconnection/nitro-backend:latest
|
||||
build: .
|
||||
networks:
|
||||
@ -33,6 +32,7 @@ services:
|
||||
|
||||
networks:
|
||||
hc-network:
|
||||
name: hc-network
|
||||
|
||||
volumes:
|
||||
neo4j-data:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user