Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux authored Jul 31, 2019
1 parent 6defc85 commit 6c7efeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Docker Pulls](https://img.shields.io/docker/pulls/appwrite/mariadb.svg)
[![Chat With Us](https://img.shields.io/gitter/room/appwrite/community.svg)](https://gitter.im/appwrite/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link)

MariaDB container with [Appwrite server](https://appwrite.io) DB schema and tables initialized and ready to use for fresh Appwrite installation. This server is only extending the official MariaDB docker image with Appwrite schemas and tables already installed, for a fresh installation of MariaDB use only [docker original image](https://hub.docker.com/_/mariadb).
MariaDB container with [Appwrite server](https://appwrite.io) DB schema and tables initialized and ready to use for fresh Appwrite installation. This server is only extending the official MariaDB docker image with Appwrite schemas and tables already installed, for a fresh installation of MariaDB use only [docker official image](https://hub.docker.com/_/mariadb).

## Getting Started

Expand All @@ -25,7 +25,7 @@ docker run appwrite/mariadb:v1.0.0

### Versioning

This image versioning is following Appwrite server versioning. This means that if you use Appwrite server version 1.1.*, also use version 1.1.* of Appwrite MariaDB docker image.
This image versioning is following Appwrite server versioning. This means that if you use Appwrite server version 1.1.* , also use version 1.1.* of Appwrite MariaDB docker image.

#### Environment Variables

Expand Down

0 comments on commit 6c7efeb

Please sign in to comment.