Skip to content

Commit

Permalink
Improve docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
lvps committed Apr 29, 2024
1 parent 47ebe66 commit a4fd714
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
version: "5"
version: "6"
services:
dirsrv:
image: 389ds/dirsrv:3.0
ports:
- "3389:3389"
volumes:
- "/var/www/html:/var/www/html"
- "/home/some_user/web/apache2_faildumps.conf:/etc/apache2/conf-enabled/apache2_faildumps.conf"
environment:
DS_SUFFIX_NAME: "dc=example,dc=test"
DS_DM_PASSWORD: "asd"
DS_SUFFIX_NAME: "dc=example,dc=test"
DS_DM_PASSWORD: "asd"

tests:
image: python:3
# Add "; bash" at the end to get a shell where you can re-run the tests
Expand Down

0 comments on commit a4fd714

Please sign in to comment.