Hinzufügen eines Beispiels für eine docker-compose.yml.
This commit is contained in:
17
docker-compose.yaml
Normal file
17
docker-compose.yaml
Normal 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:
|
||||
Reference in New Issue
Block a user