mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated Trafik version
This commit is contained in:
@@ -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:
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user