Websoft9 / docker-library

Docker Compose examples of selfhosted FOSS based on official image, just run it.
https://www.websoft9.com
Other
31 stars 17 forks source link

complete docker compose for akeneo #451

Closed Camelliw closed 7 months ago

Camelliw commented 8 months ago

没有文档

屏幕截图 2023-12-05 100925 屏幕截图 2023-12-05 101033
qiaofeng1227 commented 8 months ago

logs:

  0/65 [>---------------------------]   0%
  8/65 [===>------------------------]  12%
 15/65 [======>---------------------]  23%
 20/65 [========>-------------------]  30%
 27/65 [===========>----------------]  41%
 35/65 [===============>------------]  53%
 40/65 [=================>----------]  61%
 46/65 [===================>--------]  70%
 52/65 [======================>-----]  80%
 59/65 [=========================>--]  90%
 60/65 [=========================>--]  92%
 61/65 [==========================>-]  93%
 62/65 [==========================>-]  95%
 63/65 [===========================>]  96%
 64/65 [===========================>]  98%A connection timeout was encountered. If you intend to run Composer without connecting to the internet, run the command again prefixed with COMPOSER_DISABLE_NETWORK=1 to make Composer run in offline mode.

dockerfile:

RUN COMPOSER_MEMORY_LIMIT=-1 && \
    composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ && \
    composer create-project akeneo/pim-community-standard /var/www/html
chendelin1982 commented 7 months ago

We don't maitance this image from now