1
0
Fork 0
mirror of synced 2024-05-13 01:02:37 +12:00

Updated Trafik version

This commit is contained in:
Eldad Fux 2020-07-03 21:07:41 +03:00
parent d4186b8886
commit dc55858352
2 changed files with 7 additions and 1 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