Skip to content

Commit 8997afc

Browse files
committed
Update docker-compose.yml
1 parent eaba270 commit 8997afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
3838
webserver:
3939
depends_on:
40-
- wordpress
40+
- cakephp
4141
image: 'httpd:latest'
4242
container_name: webserver
4343
networks:
@@ -63,7 +63,7 @@ services:
6363
- '443:443'
6464
- '81:81'
6565
links:
66-
- wordpress
66+
- cakephp
6767
environment:
6868
TZ: '${LOCAL_TIMEZONE}'
6969
labels:

0 commit comments

Comments
 (0)