fix: network name in docker compose
This commit is contained in:
parent
1e1997af4b
commit
013f0ea11d
@ -4,7 +4,7 @@ services:
|
||||
hostname: router
|
||||
tty: true
|
||||
restart: unless-stopped
|
||||
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF.$CI_PIPELINE_ID
|
||||
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
||||
networks:
|
||||
- marketplace_penahub_frontend
|
||||
- default
|
||||
|
Loading…
Reference in New Issue
Block a user