Este commit está contenido en:
Your Name
2020-05-28 10:33:55 +00:00
padre 5d49646989
commit a25aa972ca
Se han modificado 10 ficheros con 41144 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,23 @@
version: '2'
services:
node:
build: ./node
restart: always
hostname: node
container_name: node
entrypoint:
- /bin/sleep
- infinity
volumes:
- ./follow:/follow
networks:
mynet:
ipv4_address: 172.131.0.101
networks:
mynet:
driver: bridge
ipam:
config:
- subnet: 172.131.0.0/24