fix: network name in docker compose
This commit is contained in:
parent
1e1997af4b
commit
013f0ea11d
@ -4,7 +4,7 @@ services:
|
|||||||
hostname: router
|
hostname: router
|
||||||
tty: true
|
tty: true
|
||||||
restart: unless-stopped
|
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:
|
networks:
|
||||||
- marketplace_penahub_frontend
|
- marketplace_penahub_frontend
|
||||||
- default
|
- default
|
||||||
|
Loading…
Reference in New Issue
Block a user