We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 859c16f + e0bc21b commit 87980e9Copy full SHA for 87980e9
docker-compose.yml
@@ -1,11 +1,17 @@
1
version: '2'
2
services:
3
plesk:
4
- image: plesk/plesk:tests
+ image: plesk/plesk:latest
5
logging:
6
driver: none
7
ports:
8
["8443:8443"]
9
+ tmpfs:
10
+ - /tmp
11
+ - /run
12
+ - /run/lock
13
+ volumes:
14
+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
15
tests:
16
build: .
17
environment:
@@ -18,4 +24,3 @@ services:
18
24
- plesk
19
25
volumes:
20
26
- .:/opt/api-php-lib
21
-
0 commit comments