Este commit está contenido en:
Your Name
2020-05-28 10:44:10 +00:00
padre 81bbc1f06e
commit 86ffefc449
Se han modificado 2 ficheros con 253 adiciones y 0 borrados

24
testing/g/docker-compose.yml Archivo normal
Ver fichero

@@ -0,0 +1,24 @@
version: "2"
services:
g-apache:
image: php:7-apache
hostname: g-apache
container_name: g-apache
restart: always
volumes:
- ./:/var/www
- ./apache2.conf:/etc/apache2/apache2.conf
expose:
- 80
networks:
mynet:
ipv4_address: 172.166.0.101
networks:
mynet:
driver: bridge
ipam:
config:
- subnet: 172.166.0.0/24