remove incorrect data
This commit is contained in:
parent
df3f1dcff8
commit
2fee290866
|
@ -532,8 +532,6 @@ services:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
networks:
|
networks:
|
||||||
- postgres
|
- postgres
|
||||||
ports:
|
|
||||||
- "${BASEROW_EXTERNAL_PORT}:${BASEROW_INTERNAL_PORT}"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/postgres:/var/lib/postgresql/data"
|
- "${DOCKER_STORAGE_PATH}/postgres:/var/lib/postgresql/data"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue