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

version: '2'
services:
auto_linker:
image: elixir
restart: always
hostname: auto_linker
container_name: auto_linker
entrypoint:
- /bin/sleep
- infinity
volumes:
- ./:/auto_linker
networks:
mynet:
ipv4_address: 172.144.0.101
networks:
mynet:
driver: bridge
ipam:
config:
- subnet: 172.144.0.0/24