mirror of
https://github.com/bitnami/containers.git
synced 2026-03-03 06:58:07 +08:00
add PRESTASHOP_HOST env variable to docker-compose.yml
This commit is contained in:
@@ -15,6 +15,8 @@ services:
|
||||
- 'php_data:/bitnami/php'
|
||||
depends_on:
|
||||
- mariadb
|
||||
environment:
|
||||
- PRESTASHOP_HOST=prestashop.example.com
|
||||
volumes:
|
||||
mariadb_data:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user