Skip to content

Commit a4fd714

Browse files
committed
Improve docker compose
1 parent 47ebe66 commit a4fd714

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

tests/docker-compose.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
version: "5"
1+
version: "6"
22
services:
33
dirsrv:
44
image: 389ds/dirsrv:3.0
55
ports:
66
- "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"
107
environment:
11-
DS_SUFFIX_NAME: "dc=example,dc=test"
12-
DS_DM_PASSWORD: "asd"
8+
DS_SUFFIX_NAME: "dc=example,dc=test"
9+
DS_DM_PASSWORD: "asd"
10+
1311
tests:
1412
image: python:3
1513
# Add "; bash" at the end to get a shell where you can re-run the tests

0 commit comments

Comments
 (0)