mirror of
https://github.com/akpall/akpella.git
synced 2026-02-21 16:47:00 +00:00
docker-postgresql: added
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[Unit]
|
||||
Description=Create docker network: caddy-network
|
||||
Description=Create docker networks
|
||||
After=docker.service
|
||||
Requires=docker.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/docker network create caddy-network
|
||||
ExecStart=/usr/bin/docker network create postgresql-network
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user