chore(server): better naming for the sql init script

This commit is contained in:
Kristaps Fabians Geikins
2022-03-17 13:20:35 +02:00
parent 94b0174b16
commit 814240db0c
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ services:
POSTGRES_PASSWORD: speckle
volumes:
- postgres-data:/var/lib/postgresql/data/
- ./setup/db/docker_postgres_init.sql:/docker-entrypoint-initdb.d/docker_postgres_init.sql
- ./setup/db/10-docker_postgres_init.sql:/docker-entrypoint-initdb.d/10-docker_postgres_init.sql
ports:
- '127.0.0.1:5432:5432'