mirror of
https://github.com/akpall/akpella.git
synced 2026-02-21 16:47:00 +00:00
13 lines
264 B
Desktop File
13 lines
264 B
Desktop File
[Unit]
|
|
Description=Create docker networks
|
|
After=docker.service
|
|
Requires=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/docker network create caddy-network
|
|
ExecStart=/usr/bin/docker network create postgresql-network
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|