1
0

remove incorrect data

This commit is contained in:
2023-12-01 20:06:15 +01:00
parent df3f1dcff8
commit 2fee290866

View File

@ -532,8 +532,6 @@ services:
image: postgres:latest
networks:
- postgres
ports:
- "${BASEROW_EXTERNAL_PORT}:${BASEROW_INTERNAL_PORT}"
volumes:
- "${DOCKER_STORAGE_PATH}/postgres:/var/lib/postgresql/data"
restart: unless-stopped