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