containerfiles/systemd/librey.container
2023-10-25 10:41:21 -05:00

16 lines
334 B
Plaintext

[Unit]
Description=LibreY container
After=network-online.target
[Container]
ContainerName=librey
Image=ghcr.io/ahwxorg/librey:latest
PublishPort=10484:8080
EnvironmentFile=/home/jas/LibreY/env
Volume=/home/jas/LibreY/nginx_logs:/var/log/nginx:Z
Volume=/home/jas/LibreY/php_logs:/var/log/php7:Z
[Install]
WantedBy=multi-user.target