diff --git a/docker-compose.yml b/docker-compose.yml index 2d0fa8a43..e9d0f4a33 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: - "3000:443" environment: - NGINX_HOST=${NGINX_HOST} - command: /bin/bash -c "envsubst '$$NGINX_HOST' < /etc/nginx/conf.d/default.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'" + command: /bin/sh -c "envsubst '$$NGINX_HOST' < /etc/nginx/conf.d/default.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'" restart: always depends_on: - php @@ -53,4 +53,4 @@ services: ports: - "8989:3306" volumes: - - "./data/db/mysql:/var/lib/mysql" \ No newline at end of file + - "./data/db/mysql:/var/lib/mysql"