1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Merge branch 'master' of github.com:appwrite/appwrite into preloader

This commit is contained in:
Eldad Fux 2020-07-03 21:23:32 +03:00
commit 71438c6618
5 changed files with 10 additions and 4 deletions

View file

@ -153,6 +153,12 @@ bash ./build.sh 1.0.0
Before running the command, make sure you have proper write permissions to the Appwrite docker hub team.
**Build for multicore**
```bash
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t appwrite/multicore:0.0.0 --push
```
## Tests
To run tests manually, run phpunit from your command line:

View file

@ -2,7 +2,7 @@ version: '3'
services:
traefik:
image: traefik:v2.1.4
image: traefik:2.2
container_name: appwrite_traefik
command:
- --log.level=DEBUG

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -555,7 +555,7 @@
.community {
a {
padding: 5px 10px;
padding: 0 10px;
display: inline-block;
}
}