You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 rivejä
188 B

  1. version: '3.8'
  2. services:
  3. diagrams:
  4. image: diagrams:1.0
  5. container_name: diagrams
  6. volumes:
  7. - ./:/usr/src/diagrams
  8. tty: true
  9. stdin_open: true
  10. restart: always