Skip to content
Snippets Groups Projects
Commit 3ed1a11c authored by TonyFord's avatar TonyFord
Browse files

add user to php-server

parent b86d26e2
No related branches found
No related tags found
No related merge requests found
Pipeline #34531 passed
......@@ -20,6 +20,7 @@ services:
command: php -S 0.0.0.0:4000 -t /var/www/_site
ports:
- ${LH_PORT_p2p:-4001}:4000
user: "${RUNNER_UID:-1000}:${RUNNER_GID:-1000}"
depends_on:
- jekyll
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment