chore(server): better naming for the sql init script
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user