Created
July 1, 2022 15:45
-
-
Save erikaheidi/c75d3525e8dac8f5cc0c557f57ae0cef to your computer and use it in GitHub Desktop.
Revisions
-
erikaheidi created this gist
Jul 1, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ contents: repositories: - https://dl-cdn.alpinelinux.org/alpine/edge/main - https://dl-cdn.alpinelinux.org/alpine/edge/community packages: - alpine-baselayout - php81 - php81-common - php81-curl entrypoint: command: /usr/bin/php81 environment: PATH: /usr/sbin:/sbin:/usr/bin:/bin accounts: groups: - groupname: php gid: 10000 users: - username: php uid: 10000 run-as: php paths: - path: /home/php type: directory uid: 10000 gid: 10000 permissions: 0o755