Update working branch #3

Merged
jiriks74 merged 10 commits from master into arm64 2022-03-10 00:07:30 +01:00
Showing only changes of commit e50679fd0d - Show all commits

@ -14,7 +14,7 @@
#### 2. Build the docker image #### 2. Build the docker image
`docker-compose build` `docker-compose build`
- This will take a long time. The things that takte the longes are `dpkg-deb: building package 'onlyoffice-documentserver' in 'onlyoffice-documentserver-modified.deb'` and `Generating presentation themes...` - Both of them take like 20 minutes, it's not stuck, it's just slow - This will take a long time. The things that takte the longes are `dpkg-deb: building package 'onlyoffice-documentserver' in 'onlyoffice-documentserver-modified.deb'` and `Generating presentation themes...` - Both of them take like 20 minutes, it's not stuck, it's just slow (SSD will probably help, I'm running only on HDD)
#### 3. Create and start the container #### 3. Create and start the container
`docker-compose up -d --build` `docker-compose up -d --build`