docker env ready, need now to install drupal

This commit is contained in:
2026-05-26 21:31:34 +02:00
commit 8b97ce8052
21 changed files with 1771 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=rsyslog
After=docker.service
Requires=docker.service
[Service]
ExecStartPre=-/usr/bin/docker rm %n
ExecStart=/usr/bin/docker run --rm \
--name %n \
-h %H \
jumanjiman/rsyslog
ExecStop=/usr/bin/docker stop %n
RestartSec=5s
Restart=always
[Install]
WantedBy=multi-user.target