Create file /etc/systemd/system/[email protected]
[Unit]
Description=%i service with docker compose
Requires=docker.service
After=docker.service| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: VPC Network Stack | |
| Metadata: {} | |
| Mappings: {} | |
| Conditions: {} | |
| Outputs: {} | |
| Parameters: | |
| CidrBlock: | |
| AllowedPattern: '((\d{1,3})\.){3}\d{1,3}/\d{1,2}' | |
| Default: 10.0.0.0/16 |
Create file /etc/systemd/system/[email protected]
[Unit]
Description=%i service with docker compose
Requires=docker.service
After=docker.service