Skip to content

Commit 87980e9

Browse files
authored
Merge pull request #102 from vizovitin/new-plesk-image-with-real-systemd
Switch to new Plesk image for tests in docker
2 parents 859c16f + e0bc21b commit 87980e9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: 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)