Skip to content

Commit

Permalink
Merge pull request #102 from vizovitin/new-plesk-image-with-real-systemd
Browse files Browse the repository at this point in the history
Switch to new Plesk image for tests in docker
  • Loading branch information
rybalov authored Jun 4, 2021
2 parents 859c16f + e0bc21b commit 87980e9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
version: '2'
services:
plesk:
image: plesk/plesk:tests
image: plesk/plesk:latest
logging:
driver: none
ports:
["8443:8443"]
tmpfs:
- /tmp
- /run
- /run/lock
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
tests:
build: .
environment:
Expand All @@ -18,4 +24,3 @@ services:
- plesk
volumes:
- .:/opt/api-php-lib

0 comments on commit 87980e9

Please sign in to comment.