10 lines
187 B
INI
10 lines
187 B
INI
[Container]
|
|
Image=docker.io/postgres
|
|
Volume=postgres.volume:/var/lib/postgresql/data:Z
|
|
EnvironmentFile=./.env
|
|
HostName=postgres
|
|
|
|
[Service]
|
|
Restart=always
|
|
[Install]
|
|
WantedBy=default.target |