We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0fae2 commit cc9f33cCopy full SHA for cc9f33c
1 file changed
docker-compose.yml
@@ -1,9 +1,9 @@
1
version: '3'
2
services:
3
- php-apache:
+ solid:
4
build:
5
context: ./docker
6
- dockerfile: Dockerfile.php-apache
+ dockerfile: solid.Dockerfile
7
ports:
8
- 443:443
9
volumes:
@@ -16,7 +16,7 @@ services:
16
expose:
17
- 8080
18
depends_on:
19
- - php-apache
+ - solid
20
mailpit:
21
image: axllent/mailpit
22
environment:
0 commit comments