fix import with name "viplight"
This commit is contained in:
+3
-1
@@ -5,7 +5,7 @@ services:
|
||||
container_name: mrp_db
|
||||
restart: always
|
||||
ports:
|
||||
- "5433:5433"
|
||||
- "5433:5432"
|
||||
environment:
|
||||
POSTGRES_USER: ${DB_USER}
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||
@@ -40,3 +40,5 @@ services:
|
||||
|
||||
volumes:
|
||||
pg_data:
|
||||
external: true
|
||||
name: viplight_mrp_pg_data
|
||||
|
||||
Reference in New Issue
Block a user