We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ebe66 commit a4fd714Copy full SHA for a4fd714
1 file changed
tests/docker-compose.yml
@@ -1,15 +1,13 @@
1
-version: "5"
+version: "6"
2
services:
3
dirsrv:
4
image: 389ds/dirsrv:3.0
5
ports:
6
- "3389:3389"
7
- volumes:
8
- - "/var/www/html:/var/www/html"
9
- - "/home/some_user/web/apache2_faildumps.conf:/etc/apache2/conf-enabled/apache2_faildumps.conf"
10
environment:
11
- DS_SUFFIX_NAME: "dc=example,dc=test"
12
- DS_DM_PASSWORD: "asd"
+ DS_SUFFIX_NAME: "dc=example,dc=test"
+ DS_DM_PASSWORD: "asd"
+
13
tests:
14
image: python:3
15
# Add "; bash" at the end to get a shell where you can re-run the tests
0 commit comments