Skip to content

Commit 93727aa

Browse files
authored
change indentation
1 parent a81c665 commit 93727aa

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docker-compose.test.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
version: '3.7'
2-
32
services:
4-
sut:
5-
build: .
6-
command: /root/test/test-command.sh
7-
environment:
8-
- STARTUP_COMMAND1=composer --version
9-
- STARTUP_COMMAND2=php --version
10-
- STARTUP_COMMAND3=chmod +x /root/test/test-command.sh
11-
volumes:
12-
- ./test:/root/test
3+
sut:
4+
build: .
5+
command: /root/test/test-command.sh
6+
environment:
7+
- STARTUP_COMMAND1=composer --version
8+
- STARTUP_COMMAND2=php --version
9+
- STARTUP_COMMAND3=chmod +x /root/test/test-command.sh
10+
volumes:
11+
- ./test:/root/test

0 commit comments

Comments
 (0)