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.

23 lines
381 B

4 years ago
  1. version: '2'
  2. services:
  3. auto_linker:
  4. image: elixir
  5. restart: always
  6. hostname: auto_linker
  7. container_name: auto_linker
  8. entrypoint:
  9. - /bin/sleep
  10. - infinity
  11. volumes:
  12. - ./:/auto_linker
  13. networks:
  14. mynet:
  15. ipv4_address: 172.144.0.101
  16. networks:
  17. mynet:
  18. driver: bridge
  19. ipam:
  20. config:
  21. - subnet: 172.144.0.0/24