Explorar el Código

add new volume to mount laravel-apache config file

master
Soekarmana hace 5 años
padre
commit
47013efbf3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      docker-compose.yaml

+ 1
- 0
docker-compose.yaml Ver fichero

@ -7,6 +7,7 @@ services:
dockerfile: Dockerfile
volumes:
- ./www:/var/www
- ./apache-laravel.conf:/etc/apache2/sites-enabled/000-default.conf
ports:
- "8888:80"
links:

Cargando…
Cancelar
Guardar