Skip to content

Commit c957f37

Browse files
committed
Add missing
1 parent 74d7ae7 commit c957f37

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: docker-compose.yml

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ services:
2121
- ./flag:/flag
2222
# mem_limit: 200M
2323
restart: always
24+
environment:
25+
- FLAG=flag{test_flag}
2426
networks:
2527
calcalcalc_network:
2628
ipv4_address: 10.0.20.11
@@ -35,6 +37,8 @@ services:
3537
- ./flag:/flag
3638
# mem_limit: 200M
3739
restart: always
40+
environment:
41+
- FLAG=flag{test_flag}
3842
networks:
3943
calcalcalc_network:
4044
ipv4_address: 10.0.20.12
@@ -47,6 +51,8 @@ services:
4751
- ./flag:/flag
4852
# mem_limit: 200M
4953
restart: always
54+
environment:
55+
- FLAG=flag{test_flag}
5056
networks:
5157
calcalcalc_network:
5258
ipv4_address: 10.0.20.13

0 commit comments

Comments
 (0)