mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
fix docker compose file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user