support for extra host config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-15 10:59:53 +01:00
parent bc8f5967c4
commit dfc8640b17
8 changed files with 18 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ services:
volumes:
- ./www:/data/www
- ./ssh:/ssh # add authorized_keys file here
- ./extra_nginx.conf:/etc/nginx/custom.d/extra.conf # optional
environment:
PHP: php84 # none (default), php82, php83, php84
PUID: 1000 # default: 1000