docker-compose delete network
This commit is contained in:
parent
afe19fcf7e
commit
49381b06a7
@ -17,13 +17,11 @@ services:
|
||||
restart: unless-stopped
|
||||
rhsolutions-db:
|
||||
container_name: rhsolutions-db
|
||||
ports:
|
||||
- 5432:5432
|
||||
build: ./Database
|
||||
environment:
|
||||
- POSTGRES_USER=chebser
|
||||
- POSTGRES_PASSWORD=Rehau-987
|
||||
- POSTGRES_DB=rhsolutions
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: rhsolutions
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user