-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation and examples update for use with docker compose v2 (#2201)
* Update examples section according to the latest docker compose requirements. Signed-off-by: Kaloyan Nikolov <[email protected]> * Minor readme updates to match the changes for the compose v2 syntax. Signed-off-by: Kaloyan Nikolov <[email protected]> * Fix wrong environment variable Signed-off-by: Kaloyan Nikolov <[email protected]> * Add missing headers to fpm config Signed-off-by: Kaloyan Nikolov <[email protected]> * Fix cache control Signed-off-by: Kaloyan Nikolov <[email protected]> * Add mjs file extension in a proper way. Signed-off-by: Kaloyan Nikolov <[email protected]> * Typos fixed, minor clarification changes Signed-off-by: Kaloyan Nikolov <[email protected]> * Removed logging from compose files. Signed-off-by: Kaloyan Nikolov <[email protected]> * Restored MariaDB to 10.6 as per docs suggestions Signed-off-by: Kaloyan Nikolov <[email protected]> * Remove extra nginx volume Signed-off-by: Kaloyan Nikolov <[email protected]> * Removed GH specific markdown from Readme, change mariadb to recommended version Signed-off-by: Kaloyan Nikolov <[email protected]> * typo Signed-off-by: Kaloyan Nikolov <[email protected]> * Update .examples/docker-compose/with-nginx-proxy/postgres/apache/compose.yaml Signed-off-by: J0WI <[email protected]> * Update to correct MariaDB command Signed-off-by: Kaloyan Nikolov <[email protected]> * Updated compose files for mariadb to match current docs Signed-off-by: Kaloyan Nikolov <[email protected]> * Update outdated docker-compose command in Readme Signed-off-by: Kaloyan Nikolov <[email protected]> * Added back --log-bin to MariaDB command. See PR 1881 Signed-off-by: Kaloyan Nikolov <[email protected]> * Remove wrongly added logging to Readme.MD Signed-off-by: Kaloyan Nikolov <[email protected]> * Use proper name for --log-bin param Signed-off-by: Kaloyan Nikolov <[email protected]> --------- Signed-off-by: Kaloyan Nikolov <[email protected]> Signed-off-by: J0WI <[email protected]> Co-authored-by: J0WI <[email protected]>
- Loading branch information
Showing
14 changed files
with
144 additions
and
154 deletions.
There are no files selected for viewing
This file contains 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 characters
2 changes: 0 additions & 2 deletions
2
...nsecure/mariadb/apache/docker-compose.yml → ...pose/insecure/mariadb/apache/compose.yaml
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
version: '3' | ||
|
||
services: | ||
db: | ||
image: mariadb:10.6 | ||
|
2 changes: 0 additions & 2 deletions
2
...e/insecure/mariadb/fpm/docker-compose.yml → ...compose/insecure/mariadb/fpm/compose.yaml
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
version: '3' | ||
|
||
services: | ||
db: | ||
image: mariadb:10.6 | ||
|
This file contains 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 characters
This file contains 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 characters
4 changes: 1 addition & 3 deletions
4
.../insecure/postgres/fpm/docker-compose.yml → ...ompose/insecure/postgres/fpm/compose.yaml
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
Oops, something went wrong.