fix docker compose file

This commit is contained in:
Matthias Nannt
2023-04-10 09:24:28 +02:00
parent a934fa3897
commit b62eaa7bb2

View File

@@ -1,7 +1,7 @@
version: "3.3"
services:
restart: unless-stopped
postgres:
restart: unless-stopped
image: postgres:15-alpine
volumes:
- postgres:/var/lib/postgresql/data