Include compose files
This commit is contained in:
parent
4628820aa4
commit
a52cdd50cc
19 changed files with 667 additions and 1 deletions
|
@ -45,7 +45,7 @@ services:
|
|||
|
||||
sharelatex-redis:
|
||||
restart: unless-stopped
|
||||
image: redis:latest
|
||||
image: redis:6.2.6
|
||||
container_name: sharelatex-redis
|
||||
networks:
|
||||
- net
|
||||
|
|
4
Docker/sharelatex/updatePackages.sh
Executable file
4
Docker/sharelatex/updatePackages.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker exec sharelatex tlmgr update --self
|
||||
docker exec sharelatex tlmgr update --all
|
Loading…
Add table
Add a link
Reference in a new issue