Update docker-compose.dev.yml

master
Chewbaka 2 years ago committed by GitHub
parent 50f1da0efd
commit 8932052d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,8 @@ services:
restart: unless-stopped restart: unless-stopped
environment: environment:
# NGINX # NGINX
# FOR the BASE_URL never forget the last /
# BASE_URL: http://your-domain.here/
WEB_DOCUMENT_ROOT: /app/public WEB_DOCUMENT_ROOT: /app/public
WEB_DOCUMENT_INDEX: index.php WEB_DOCUMENT_INDEX: index.php
@ -32,4 +34,4 @@ services:
# COMPOSER # COMPOSER
COMPOSER_VERSION: 1 COMPOSER_VERSION: 1
volumes: volumes:
- .:/app - .:/app

Loading…
Cancel
Save