Kaynağa Gözat

Made Docker Compose configuration more flexible.

main
Simon Bowie 3 yıl önce
ebeveyn
işleme
cf725240d8
2 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. +0
    -2
      .gitignore
  2. +5
    -3
      docker-compose.yml

+ 0
- 2
.gitignore Dosyayı Görüntüle

@@ -1,4 +1,2 @@
.DS_Store
config.env

solrdata

+ 5
- 3
docker-compose.yml Dosyayı Görüntüle

@@ -19,8 +19,7 @@ services:
- '8080:80'
volumes:
- ./nginx-conf:/etc/nginx/conf.d
volumes_from:
- php
- ./site:/var/www/html

solr:
container_name: solr
@@ -28,4 +27,7 @@ services:
ports:
- '8983:8983'
volumes:
- ./solrdata:/var/solr
- solrdata:/var/solr

volumes:
solrdata:

Yükleniyor…
İptal
Kaydet