mirror of
https://github.com/akpall/akpella.git
synced 2026-02-21 08:36:59 +00:00
config.yaml: move files to files dir
This commit is contained in:
12
files/docker-network-setup.service
Normal file
12
files/docker-network-setup.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Create docker network: caddy-network
|
||||
After=docker.service
|
||||
Requires=docker.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/docker network create caddy-network
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user