Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

terminal command remove recursive

services:
  db:
    image: postgres:12-alpine
    volumes:
      - "postgres:/data/postgres"
    environment:
      - POSTGRES_USER=postgres
      - POSTGRES_PASSWORD=postgres
      - PGDATA=/data/postgres

...

volumes:
  postgres:
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #terminal #command #remove #recursive
ADD COMMENT
Topic
Name
2+1 =