Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'tuxgasy:master' into pr-beforestarting
Browse files Browse the repository at this point in the history
  • Loading branch information
benvia authored Jul 14, 2024
2 parents b9b5fec + dec861f commit da62e45
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ Let's use [Docker Compose](https://docs.docker.com/compose/) to integrate it wit
Create `docker-compose.yml` file as following:

```yaml
version: "3"

services:
mariadb:
image: mariadb:latest
Expand Down Expand Up @@ -151,8 +149,6 @@ It is possible to execute `*.sh`, `*.sql` and/or `*.php` custom file at the end
Mount the volume with compose file :
```yaml
version: "3"
services:
mariadb:
image: mariadb:latest
Expand Down
4 changes: 0 additions & 4 deletions README.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ Let's use [Docker Compose](https://docs.docker.com/compose/) to integrate it wit
Create `docker-compose.yml` file as following:

```yaml
version: "3"

services:
mariadb:
image: mariadb:latest
Expand Down Expand Up @@ -145,8 +143,6 @@ It is possible to execute `*.sh`, `*.sql` and/or `*.php` custom file at the end

Mount the volume with compose file :
```yaml
version: "3"

services:
mariadb:
image: mariadb:latest
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#
# More information about Docker-compose : https://docs.docker.com/compose/

version: "3.8"

networks:
internal-pod:
internal: true
Expand Down
2 changes: 0 additions & 2 deletions examples/with-certbot/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

services:
db:
image: mysql:8.0.20
Expand Down
2 changes: 0 additions & 2 deletions examples/with-mysql/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

networks:
internal-pod:
internal: true
Expand Down
2 changes: 0 additions & 2 deletions examples/with-pgsql/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

networks:
internal-pod:
internal: true
Expand Down
2 changes: 0 additions & 2 deletions examples/with-rp-traefik/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

networks:
proxy-network:
name: proxy-network
Expand Down
2 changes: 0 additions & 2 deletions examples/with-secrets/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

networks:
internal-pod:
internal: true
Expand Down

0 comments on commit da62e45

Please sign in to comment.