Skip to content

Commit e0bc21b

Browse files
committed
Switch to new Plesk image for tests in docker.
The new image contains real systemd and is required for Plesk >= 18.0.36. It already contains all components required by tests.
1 parent 859c16f commit e0bc21b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docker-compose.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
version: '2'
22
services:
33
plesk:
4-
image: plesk/plesk:tests
4+
image: plesk/plesk:latest
55
logging:
66
driver: none
77
ports:
88
["8443:8443"]
9+
tmpfs:
10+
- /tmp
11+
- /run
12+
- /run/lock
13+
volumes:
14+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
915
tests:
1016
build: .
1117
environment:
@@ -18,4 +24,3 @@ services:
1824
- plesk
1925
volumes:
2026
- .:/opt/api-php-lib
21-

0 commit comments

Comments
 (0)