We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d7ae7 commit c957f37Copy full SHA for c957f37
docker-compose.yml
@@ -21,6 +21,8 @@ services:
21
- ./flag:/flag
22
# mem_limit: 200M
23
restart: always
24
+ environment:
25
+ - FLAG=flag{test_flag}
26
networks:
27
calcalcalc_network:
28
ipv4_address: 10.0.20.11
@@ -35,6 +37,8 @@ services:
35
37
36
38
39
40
41
42
43
44
ipv4_address: 10.0.20.12
@@ -47,6 +51,8 @@ services:
47
51
48
52
49
53
54
55
50
56
57
58
ipv4_address: 10.0.20.13
0 commit comments