Hinzufügen eines Beispiels für eine docker-compose.yml.

This commit is contained in:
2024-02-25 20:55:00 +01:00
parent 15256b302c
commit 7931c1294a

17
docker-compose.yaml Normal file
View File

@@ -0,0 +1,17 @@
version: "2.1"
services:
docker-latex-server:
build:
context: .
container_name: docker-latex-server
restart: unless-stopped
environment:
- TZ=Europe/Berlin
- PASSWORD=myPassword # optional
volumes:
- config:/config
ports:
- 443:8443
volumes:
config: