Skip to content

Commit 6159171

Browse files
committed
Fix URL
1 parent eac2606 commit 6159171

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Full documentation available at https://wodby.com/stacks/php/docs/local
1+
### Full documentation available at https://wodby.com/stacks/drupal/docs/local
22
###
33
### IMAGES TAGS CONSIST OF [VERSION]-[STABILITY_TAG]
44
###

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
# PHP_BLACKFIRE: 1
3232
volumes:
3333
- ./:/var/www/html
34-
## For macOS users (https://wodby.com/stacks/php/docs/local/docker-for-mac/)
34+
## For macOS users (https://wodby.com/stacks/drupal/docs/local/docker-for-mac/)
3535
# - ./:/var/www/html:cached # User-guided caching
3636
# - docker-sync:/var/www/html # Docker-sync
3737
## For Xdebug profiler files
@@ -50,7 +50,7 @@ services:
5050
# NGINX_DRUPAL_FILE_PROXY_URL: http://example.com
5151
volumes:
5252
- ./:/var/www/html
53-
# For macOS users (https://wodby.com/stacks/php/docs/local/docker-for-mac/)
53+
# For macOS users (https://wodby.com/stacks/drupal/docs/local/docker-for-mac/)
5454
# - ./:/var/www/html:cached # User-guided caching
5555
# - docker-sync:/var/www/html # Docker-sync
5656
labels:
@@ -89,7 +89,7 @@ services:
8989
# APACHE_SERVER_ROOT: /var/www/html/web
9090
# volumes:
9191
# - ./:/var/www/html
92-
## For macOS users (https://wodby.com/stacks/php/docs/local/docker-for-mac/)
92+
## For macOS users (https://wodby.com/stacks/drupal/docs/local/docker-for-mac/)
9393
## - ./:/var/www/html:cached # User-guided caching
9494
## - docker-sync:/var/www/html # Docker-sync
9595
# labels:

0 commit comments

Comments
 (0)