Docker
Docker is software that provides containers, which allows teams to emulate development environments. Docker began as an internal project, initially developed by dotCloud engineers.
Here are 1,918 public repositories matching this topic...
About configuring VSCode to interpret php
Hello my friend
Can you help me how to configure VSCode to interpret php
I need to point docker php to VSCode
It is possible ? Can you help me
Hey all,
My private mail server had one or the other issue over the years. The server ended up in a blacklist, the SSL certificate was not renewed, SPDIF was not or wrongly configured, etc....
Mail is a complex issue and it is not a simple task to maintain a flawless system while the environment changes from time to time.
On top of all it is not easy to check every aspect.
Yes, a fully autom
Is your feature request related to a problem? Please describe.
When using a proxy in front of the Daemon, the port defined in the Node setting for daemon has to be exposed on the Daemon´s server as the Panel will try to reach the Daemon on the defined port. When set to the proxied port (eg: 443) then the proxy will able to forward the frontend to the backend but as soon as you auto-deploy the
This migration fails on PostgreSql database version 12 stating that
`alter column slug in table {{%article}} to string(255) NOT NULL ...Exception: SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error (near: "NOT")
LINE 1: ...BLE "article" ALTER COLUMN "slug"
-
Updated
Jun 10, 2020 - PHP
Add CodeStyle
We need to update the Documentation in https://github.com/flyimg/flyimg/blob/master/docs/url-options.md
Fix the images url.
App full options need to be updated as well.
-
Updated
Jun 11, 2020 - PHP
-
Updated
Jun 6, 2020 - PHP
-
Updated
Jun 10, 2020 - PHP
The User's Auth Roles are not persisted.
To fix that, we should add:
Infrastructure/SecurityBundle/Resources/config/persistence/ValueObject/AuthUser.orm.yml
roles:
type: json_array
nullable: false
The UI/Controller tests check for an array in the role attribute response but do not check the content.
The Domain/User/testGetters doesn't test it at all, but te
Is your feature request related to a problem? Please describe.
In a team of several administrators, if someone adds a new FAQ in the administration, no one is alerted of this addition.
Describe the solution you'd like
Add a mail notification when adding a new FAQ from the admin backend, same as mail notification when adding a new FAQ from frontend.
The default umask set by supervisord is 022 according to: (also set it to processes spawned by it by default)
http://supervisord.org/configuration.html
fix:
use -m or --mask parameter (http://supervisord.org/running.html#supervisord-command-line-options) at:
https://github.com/phpmyadmin/docker/blob/master/run.sh#L21
and set it to 027.
Reported by Emanuel Bronshtein.
I'm getting 404 errors whenever I try to reload any post. Navigation between pages from the UI works fine, but I cannot reload a post or even go to the post page directly.
This includes sample post & page as well as newly created posts:
http://localhost:4000/sample-page
http://localhost:4000/hello-world
Can you please help?
Thanks a lot for this great project!
Documentation bug
The section "Set up a cronjob to renew TLS certificates (optional)" of the present documentation of elabftw (ie the 3.4.8 version) reports:
Create a script containing:
# stop webserver
docker exec elabftw supervisorctl stop nginx
# renew certificate
certbot renew
# and start the webserver again
docker exec elabftw supervisorctl start nginx
... [skip]
If the code above doesn’
Forgive me if I'm missing something obvious as I'm new to both Docker and Magento (using your project to try to bootstrap myself on both). I've been working to try to get your project working on Windows Docker Desktop and have had some issues with port binds, paths and other things I'm working through and gaining understanding as I go. But one thing that is really bugging me here is if the docker-
-
Updated
Mar 2, 2020 - PHP
-
Updated
Oct 13, 2019 - PHP
Currently if you use the Monitorr Homepage Item it sorts it alphabetically.
For example
https://i.imgur.com/c8wvBn8.png
Monitorr
https://i.imgur.com/ZrG9SX2.png
Organizr
I see how the alphabetically order has its pros, but as montiorr already comes with a sorting mechanism and people might prefer their sorting from Monitorr (sorted by priority of the services for example) it would be
-
Updated
Nov 18, 2019 - PHP
Created by Solomon Hykes
Released March 2013
- Organization
- docker
- Website
- www.docker.com
- Wikipedia
- Wikipedia
Which lab is it that you're having issues with?
Lab: Docker for Java Developers
Description
When deploying Java applications in production one usually specifies the amount of memory available to the JVM (-Xmx) and other assorted configuration settings. Unfortunately, this is (usually) static configuration and therefore fixed in the container image. When specifying memory constraints