johnthq

Results 5 comments of johnthq

switched over to spiral debian plasma just to find im recieving this problem. went over everything thats been suggested, it definetly appears to be related to the decoding codec for...

anyone having issues building images? i would like to setup zeronsd like this.

i too would love this

ive been working on something here. ``` version: "3.3" services: server: image: httpd:2.4-alpine ports: - 8588:80 volumes: - /path/to/httpd.conf:/usr/local/apache2/conf/httpd.conf - /path/to/httpd-vhosts.conf:/usr/local/apache2/conf/extra/httpd-vhosts.conf - /path/to/FusionCMS/:/usr/local/apache2/htdocs/ depends_on: - php-fpm links: - php-fpm php-fpm:...