File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 3333 --health-interval=10s
3434 --health-timeout=5s
3535 --health-retries=5
36- web :
37- image : dunglas/frankenphp:1.9-php${{ matrix.php }}
38- ports : [ 8100:8100 ]
39- env :
40- SERVER_ROOT : /var/www/html
41- SERVER_NAME : http://0.0.0.0:8100
42- volumes :
43- - ${{ github.workspace }}/wordpress:/var/www/html
4436
4537 env :
4638 WP_VERSION : ${{ matrix.wordpress }}
7668 tar -xzf wordpress-${WP_VERSION}.tar.gz
7769 rm wordpress-${WP_VERSION}.tar.gz
7870
71+ - name : Start FrankenPHP server
72+ run : |
73+ docker run -d \
74+ --name frankenphp \
75+ -p 8100:8100 \
76+ -v $GITHUB_WORKSPACE/wordpress:/var/www/html \
77+ -v $GITHUB_WORKSPACE/Caddyfile:/etc/frankenphp/Caddyfile \
78+ dunglas/frankenphp:1.9-php${{ matrix.php }}
79+
7980 - name : Install WordPress
8081 run : |
8182 rm -f wordpress/wp-config.php
You can’t perform that action at this time.
0 commit comments