mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-08-17 21:25:52 +02:00
do not mount /var/run/postgresql twice, already mounted as tmpfs
This commit is contained in:
@@ -12,7 +12,6 @@ services:
|
||||
- "${POSTGRES_PORT:-5433}:5432"
|
||||
volumes:
|
||||
- postgres_data_dev:/var/lib/postgresql/data
|
||||
- postgres_run_dev:/var/run/postgresql
|
||||
- ./init-db:/docker-entrypoint-initdb.d:ro
|
||||
networks:
|
||||
- appointment-booking-dev
|
||||
@@ -43,8 +42,6 @@ services:
|
||||
volumes:
|
||||
postgres_data_dev:
|
||||
driver: local
|
||||
postgres_run_dev:
|
||||
driver: local
|
||||
|
||||
networks:
|
||||
appointment-booking-dev:
|
||||
|
||||
Reference in New Issue
Block a user