Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc8a618256 | |||
| 31bf349a9a | |||
| 0dc182cdf2 |
@@ -21,13 +21,7 @@ RUN \
|
|||||||
nano \
|
nano \
|
||||||
net-tools \
|
net-tools \
|
||||||
netcat \
|
netcat \
|
||||||
texlive-base \
|
texlive-full \
|
||||||
texlive-extra-utils \
|
|
||||||
texlive-latex-base \
|
|
||||||
texlive-latex-extra \
|
|
||||||
texlive-latex-recommended \
|
|
||||||
texlive-science \
|
|
||||||
latexmk\
|
|
||||||
sudo
|
sudo
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
version: "2.1"
|
|
||||||
services:
|
services:
|
||||||
docker-latex-server:
|
docker-latex-server:
|
||||||
build:
|
build: .
|
||||||
context: .
|
|
||||||
container_name: docker-latex-server
|
container_name: docker-latex-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@@ -11,7 +9,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- config:/config
|
- config:/config
|
||||||
ports:
|
ports:
|
||||||
- 443:8443
|
- 8443:8443
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
config:
|
config:
|
||||||
Reference in New Issue
Block a user