remove incorrect data
This commit is contained in:
parent
df3f1dcff8
commit
2fee290866
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue