mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-05 05:24:05 +00:00
docker-compose down does not accept container names. containers can be stopped with docker-compose stop <container> or everything can be stopped with just docker-compose down
parent
617cc1f442
commit
55ddd0e14e
@ -69,7 +69,7 @@ docker-compose up -d postgres
|
||||
docker-compose exec -T postgres sh -c 'pg_dump -cU $POSTGRES_USER $POSTGRES_DB' | gzip > db_dump.sql.gz
|
||||
|
||||
# Stop the database
|
||||
docker-compose down postgres
|
||||
docker-compose down
|
||||
|
||||
# Remove the database volume
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user