Parcourir la source

add new volume to mount laravel-apache config file

master
Soekarmana il y a 5 ans
Parent
révision
47013efbf3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      docker-compose.yaml

+ 1
- 0
docker-compose.yaml Voir le fichier

@ -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:

Chargement…
Annuler
Enregistrer