25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- name: my-contao-project
-
- # -------------------------------------------------------
- # Contao & PHP Version hier anpassen
- # -------------------------------------------------------
- php_version: "8.3" # Empfehlung: 8.3 | Alternativ: 8.4 (experimentell)
- mariadb_version: "10.11"
-
- # -------------------------------------------------------
- # Projekt-Typ
- # -------------------------------------------------------
- type: php
- docroot: public
- webserver_type: nginx-fpm
-
- router_http_port: "80"
- router_https_port: "443"
-
- upload_dirs:
- - public/files
-
- mutagen_enabled: true
-
- additional_fqdns: []
|