1
0
Fork 0

remove incorrect data

This commit is contained in:
Lukáš Kucharczyk 2023-12-01 20:06:15 +01:00
parent df3f1dcff8
commit 2fee290866
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 0 additions and 2 deletions

View File

@ -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