Skip to content

Commit d3fb4d6

Browse files
author
Milan Latinovic
committed
Change docker network name from apilayer to stack-holdings
1 parent 4d4c6ea commit d3fb4d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ services:
88
- 8080:8080
99
working_dir: /opt/eversign-php-sdk
1010
networks:
11-
- apilayer-network
11+
- stack-holdings-network
1212
command: php -S 0.0.0.0:8080
1313

1414
networks:
15-
apilayer-network:
15+
stack-holdings-network:
1616
external:
17-
name: apilayer-network
17+
name: stack-holdings-network

0 commit comments

Comments
 (0)