We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fda85 commit c77af86Copy full SHA for c77af86
compose.yml
@@ -35,13 +35,14 @@ services:
35
PMA_HOST: ${DATABASE_HOST}
36
PMA_PORT: ${DATABASE_PORT}
37
PMA_USER: ${DATABASE_USERNAME}
38
+ APACHE_PORT: 8080
39
PMA_PASSWORD: ${DATABASE_PASSWORD}
40
healthcheck:
41
test: curl -f http://localhost
42
retries: 3
43
timeout: 5s
- ports:
44
- - "8080:80"
+ expose:
45
+ - "8080"
46
47
# https://hub.docker.com/_/varnish
48
varnish:
@@ -57,8 +58,8 @@ services:
57
58
test: wget -O - http://localhost/
59
60
61
- - "80:80"
62
+ - "80"
63
64
# https://github.com/FlorianLeChat/Simple-File-Storage
65
node:
0 commit comments