We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2484a0 commit c2f0318Copy full SHA for c2f0318
docker-compose.yaml
@@ -15,6 +15,7 @@ services:
15
networks:
16
- oa-network
17
container_name: "oa-nginx"
18
+ command: /bin/bash -c "mkdir -p /var/www && ln -s /usr/share/nginx/html /var/www && nginx -g 'daemon off;'"
19
20
php:
21
image: "oa-php-fpm"
0 commit comments