Este commit está contenido en:
Your Name
2020-05-28 10:22:29 +00:00
padre 62149e7660
commit ad101a2abd
Se han modificado 2 ficheros con 52 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,23 @@
version: '2'
services:
flutter:
build: ./flutter
hostname: flutter
container_name: flutter
restart: always
entrypoint:
- /bin/sleep
- infinity
# ports:
# - 4040:4040/tcp
networks:
mynet:
ipv4_address: 172.29.0.101
networks:
mynet:
driver: bridge
ipam:
config:
- subnet: 172.29.0.0/24