14 lines
488 B
YAML
14 lines
488 B
YAML
services:
|
|
rrpsfd:
|
|
build: .
|
|
container_name: rrpsfd
|
|
network_mode: "host"
|
|
restart: always
|
|
environment:
|
|
EMAIL: # Type your email here
|
|
volumes:
|
|
# - "/var/run/docker.sock:/var/run/docker.sock" # Uncomment this if you use Docker in root mode.
|
|
# - "~/.docker/run/docker.sock:/var/run/docker.sock" # Uncomment this if you use Docker in user mode (like Docker Desktop).
|
|
- "./rrpsfd/data:/home/data"
|
|
- "./rrpsfd/letsencrypt:/etc/letsencrypt/"
|