Downgrade docker-compose version to 3.3

The version of docker-compose was downgraded from 3.8 to 3.3 in the docker-compose.yml file due to compatibility issues.
This commit is contained in:
stephan.kasdorf
2024-05-29 15:56:50 +02:00
parent 40139d144b
commit d127abb364

View File

@@ -1,4 +1,4 @@
version: '3.8'
version: '3.3'
services:
php-fpm: