Update README.md
Update README to use new repositories links
This commit is contained in:
parent
99180c44e4
commit
3b6095bcf5
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -1,11 +1,11 @@
|
||||||
# NOW WORKING FOR BOTH `amd64` and `arm64` natively!
|
# NOW WORKING FOR BOTH `amd64` and `arm64` natively!
|
||||||
|
|
||||||
[](https://hub.docker.com/r/jiriks74/onlyoffice-documentserver-arm64)
|
[](https://hub.docker.com/r/jiriks74/onlyoffice-documentserver)
|
||||||
[](https://hub.docker.com/r/jiriks74/onlyoffice-documentserver-arm64)
|
[](https://hub.docker.com/r/jiriks74/onlyoffice-documentserver)
|
||||||
[](https://hub.docker.com/r/jiriks74/onlyoffice-documentserver-arm64)
|
[](https://hub.docker.com/r/jiriks74/onlyoffice-documentserver)
|
||||||
|
|
||||||
[](https://github.com/jiriks74/Docker-DocumentServer-Arm64)
|
[](https://github.com/jiriks74/Docker-DocumentServer)
|
||||||
[](https://github.com/jiriks74/Docker-DocumentServer-Arm64)
|
[](https://github.com/jiriks74/Docker-DocumentServer)
|
||||||
|
|
||||||
#### This repository is based on the official `Dockerfile` and `docker-compose.yml` files with all the needed files as well
|
#### This repository is based on the official `Dockerfile` and `docker-compose.yml` files with all the needed files as well
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
onlyoffice-documentserver:
|
onlyoffice-documentserver:
|
||||||
image: jiriks74/onlyoffice-documentserver-arm64:latest-arm64
|
image: jiriks74/onlyoffice-documentserver:latest-arm64
|
||||||
container_name: onlyoffice-documentserver
|
container_name: onlyoffice-documentserver
|
||||||
depends_on:
|
depends_on:
|
||||||
- onlyoffice-postgresql
|
- onlyoffice-postgresql
|
||||||
|
@ -84,7 +84,7 @@ volumes:
|
||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
onlyoffice-documentserver:
|
onlyoffice-documentserver:
|
||||||
image: jiriks74/onlyoffice-documentserver-arm64:latest
|
image: jiriks74/onlyoffice-documentserver:latest
|
||||||
container_name: onlyoffice-documentserver
|
container_name: onlyoffice-documentserver
|
||||||
depends_on:
|
depends_on:
|
||||||
- onlyoffice-postgresql
|
- onlyoffice-postgresql
|
||||||
|
|
Loading…
Reference in a new issue