mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
Rename tool to network mapper
This commit is contained in:
@@ -2,8 +2,8 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
server:
|
||||
image: breccia-relationship-mapper
|
||||
container_name: relationship-mapper-server
|
||||
image: breccia-network-mapper
|
||||
container_name: network-mapper-server
|
||||
build: {{ project_src_dir }}
|
||||
ports:
|
||||
- 8000:8000
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
|
||||
caddy:
|
||||
image: caddy:2
|
||||
container_name: relationship-mapper-caddy
|
||||
container_name: network-mapper-caddy
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 80:80
|
||||
|
||||
Reference in New Issue
Block a user