initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[Container]
|
||||
Image=docker.io/library/postgres:17
|
||||
Volume=%h/volumes/bdd-pg17:/var/lib/postgresql/data:Z
|
||||
Environment=POSTGRES_PASSWORD=SUPERMDP
|
||||
HostName=postgres
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user