Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no working mysql image #643

Closed
Chris25602 opened this issue Oct 28, 2019 · 17 comments
Closed

no working mysql image #643

Chris25602 opened this issue Oct 28, 2019 · 17 comments

Comments

@Chris25602
Copy link

  1. Host operating system and version: Windows 10 Pro version 1903 build 18362.418
  2. (Windows) Native Docker or Docker Toolbox: Docker Desktop v2.1.0.4 (39773)
  3. Docker version: Engine 19.03.04
  4. Docker Compose version: 1.24.1
  5. (Linux) Is SELinux enabled?: N/A
  6. What git commit hash are you on?: 0543f2d

git clone ...
vi .env
select any version of mysql in the .env file

#MYSQL_SERVER=mysql-5.5
#MYSQL_SERVER=mysql-5.6
MYSQL_SERVER=mysql-5.7
#MYSQL_SERVER=mysql-8.0

start container ... docker-compose up

mysql will fail on all versions

EXPECTED BEHAVIOUR
a container with an available version of Mysql

ACTUAL BEHAVIOUR
Cannot use Mysql

@Chris25602 Chris25602 added the bug label Oct 28, 2019
@cytopia
Copy link
Owner

cytopia commented Nov 21, 2019

@Chris25602 can you attach the docker-compose logs here.

@souhaiebtar
Copy link

souhaiebtar commented Dec 10, 2019

the same problem happen for me but only for mysql-8.0 mariadb- 10.1, 10.2 and 10.3,
i tested mysql 5.5, 5.6, 5.7 and mariadb-5.5, mariadb-10.0 work fine, i didn't test percona,

OS: ubuntu 18.04.3
docker version: 19.03.5,
commit id: 9234730 (the last to this date)
firewall status: inactive (uwf)

@dp-2021
Copy link

dp-2021 commented Dec 17, 2019

System: ubuntu 18.04
Docker version: 19.03.5 build 633a0ea838

I think i got the same question. The devilbox ui show info: Failed to connect: MySQL server has gone away.
I just run docker-compose up -d in the devilbox folder. docker-compose logsshow the text below

bind_1   | [INFO] Debug level: 1
bind_1   | [INFO] BIND logging: disabled explicitly
bind_1   | [INFO] Using default DNS TTL time: 3600 sec
bind_1   | [INFO] Using default DNS Refresh time: 1200 sec
bind_1   | [INFO] Using default DNS Retry time: 180 sec
bind_1   | [INFO] Using default DNS Expiry time: 1209600 sec
bind_1   | [INFO] Using default DNS Max Cache time: 10800 sec
bind_1   | [INFO] Adding wildcard DNS: *.loc -> 127.0.0.1
bind_1   | [INFO] Not adding any extra hosts
bind_1   | [INFO] DNSSEC Validation: no
bind_1   | [INFO] Adding custom DNS forwarder: 8.8.8.8,8.8.4.4
bind_1   | [INFO] Starting BIND 9.11.3
httpd_1  | [INFO] Debug level: 1
httpd_1  | [INFO] Runtime debug: 1
httpd_1  | [INFO] Changing user 'nginx' uid to: 1000
httpd_1  | [INFO] Changing group 'nginx' gid to: 1000
httpd_1  | [INFO] Setting container timezone to: UTC
httpd_1  | [INFO] Docker date set to: Tue Dec 17 04:47:14 UTC 2019
httpd_1  | [INFO] $WORKER_PROCESSES set to its default value: 'auto'.
httpd_1  | [INFO] Setting worker_connections to: 1024
httpd_1  | [INFO] $DOCKER_LOGS disabled. Logging errors and access to log files inside container.
httpd_1  | [INFO] PHP-FPM: Enabled
httpd_1  | [INFO] PHP-FPM: Server address: php
httpd_1  | [INFO] PHP-FPM: Server port: 9000
httpd_1  | [INFO] PHP-FPM: Timeout: 180
httpd_1  | [INFO] Main vhost: Enabled
httpd_1  | [INFO] Main vhost: Setting SSL type to: http and https
httpd_1  | [INFO] Main vhost: Enable automatic generation of SSL certificates
httpd_1  | [INFO] Main vhost: SSL CN: localhost,*.localhost,devilbox,*.devilbox,httpd
httpd_1  | [INFO] $MAIN_VHOST_DOCROOT not specified. Keeping default: htdocs
httpd_1  | [INFO] $MAIN_VHOST_TPL not specified. Keeping default: cfg
httpd_1  | [INFO] Main vhost: Enabling httpd status page
httpd_1  | [INFO] Main vhost: Changing status page alias to: /devilbox-httpd-status
httpd_1  | [INFO] Mass vhost: Enabled
httpd_1  | [INFO] Mass vhost: Setting SSL type to: http and https
httpd_1  | [INFO] Mass vhost: Enable automatic generation of SSL certificates
httpd_1  | [INFO] Mass vhost: changing tld to: .loc
httpd_1  | [INFO] Mass vhost: changing document root to: htdocs
httpd_1  | [INFO] Mass vhost: changing template dir to: .devilbox
httpd_1  | [INFO] vhost-gen: no customized template found
httpd_1  | [WARN] override template not found:  /var/www/default/cfg/nginx.yml
httpd_1  | vhostgen: [2019-12-17 04:47:15] Adding: localhost
httpd_1  | $ openssl req -newkey rsa:2048 -sha256 -nodes -extensions v3_req -config <(echo "[req]
httpd_1  | distinguished_name = req_distinguished_name
httpd_1  | x509_extensions = v3_req
httpd_1  | 
httpd_1  | [req_distinguished_name]
httpd_1  | 
httpd_1  | [ v3_req ]
httpd_1  | basicConstraints = critical, CA:FALSE
httpd_1  | subjectKeyIdentifier = hash
httpd_1  | keyUsage = critical, digitalSignature, keyEncipherment
httpd_1  | authorityKeyIdentifier = keyid:always,issuer:always
httpd_1  | extendedKeyUsage = serverAuth, clientAuth
httpd_1  | subjectAltName=${ALT_NAMES}") -keyout /etc/httpd/cert/main/localhost.key -subj '/C=DE/ST=Berlin/L=Berlin/O=Devilbox/OU=Devilbox/CN=localhost/emailAddress=admin@localhost' -out /etc/httpd/cert/main/localhost.csr
httpd_1  | $ openssl x509 -req -sha256 -extensions v3_req -extfile <(echo "[req]
httpd_1  | distinguished_name = req_distinguished_name
httpd_1  | x509_extensions = v3_req
httpd_1  | 
httpd_1  | [req_distinguished_name]
httpd_1  | 
httpd_1  | [ v3_req ]
httpd_1  | basicConstraints = critical, CA:FALSE
httpd_1  | subjectKeyIdentifier = hash
httpd_1  | keyUsage = critical, digitalSignature, keyEncipherment
httpd_1  | authorityKeyIdentifier = keyid:always,issuer:always
httpd_1  | extendedKeyUsage = serverAuth, clientAuth
httpd_1  | subjectAltName=${ALT_NAMES}") -days 825 -in /etc/httpd/cert/main/localhost.csr -CA /ca/devilbox-ca.crt -CAkey /ca/devilbox-ca.key -CAcreateserial -out /etc/httpd/cert/main/localhost.crt
httpd_1  | Certificate:
httpd_1  |     Data:
httpd_1  |         Version: 3 (0x2)
httpd_1  |         Serial Number:
httpd_1  |             33:3d:01:9e:e1:eb:d6:55:f0:d2:bd:6f:d6:c3:67:e5:7b:66:1e:cb
httpd_1  |         Signature Algorithm: sha256WithRSAEncryption
httpd_1  |         Issuer: C = DE, ST = Berlin, L = Berlin, O = Devilbox, OU = Devilbox, CN = Devilbox Root CA, emailAddress = cytopia@devilbox.org, dnQualifier = W/OVrtSY7JLrG6yRzvD8RjMRabM=
httpd_1  |         Validity
httpd_1  |             Not Before: Dec 17 04:47:19 2019 GMT
httpd_1  |             Not After : Mar 21 04:47:19 2022 GMT
httpd_1  |         Subject: C = DE, ST = Berlin, L = Berlin, O = Devilbox, OU = Devilbox, CN = localhost, emailAddress = admin@localhost
httpd_1  |         Subject Public Key Info:
httpd_1  |             Public Key Algorithm: rsaEncryption
httpd_1  |                 RSA Public-Key: (2048 bit)
httpd_1  |                 Modulus:
httpd_1  |                     00:db:d6:ae:0f:eb:5e:04:eb:8b:e5:a4:da:26:23:
httpd_1  |                     c5:22:f7:80:1b:e3:c7:d0:73:6c:05:3e:6f:5f:20:
httpd_1  |                     99:d5:1f:91:63:0a:a2:85:b5:5e:0f:99:b0:f8:cf:
httpd_1  |                     c1:4c:79:a0:db:5c:23:f6:c1:59:1a:f5:b2:cc:c9:
httpd_1  |                     e8:77:d5:7f:fc:3b:f7:17:af:72:94:9d:df:ed:fb:
httpd_1  |                     da:32:98:fd:d8:c7:31:64:56:52:c8:9b:37:18:18:
httpd_1  |                     7a:f4:74:39:19:36:18:2f:47:ec:a5:29:1e:ce:50:
httpd_1  |                     68:1b:87:a9:73:f0:d5:ca:8c:2b:1d:bb:58:1e:e8:
httpd_1  |                     eb:5a:d0:52:ce:6f:08:aa:29:42:ca:91:65:c4:89:
httpd_1  |                     d1:80:ed:37:5d:7f:ee:ef:ed:13:2a:bf:45:ea:b7:
httpd_1  |                     52:2f:19:11:6e:f1:e0:7a:e6:22:42:3b:92:b3:aa:
httpd_1  |                     8b:0e:a9:52:ee:d5:4b:c9:38:98:cd:0d:bf:a4:06:
httpd_1  |                     42:c8:d3:67:35:3a:9c:ae:c5:57:b9:4c:23:18:d5:
httpd_1  |                     63:a4:87:e2:3a:91:ea:5a:fd:aa:77:05:d6:1e:a0:
httpd_1  |                     72:30:3b:dc:f3:39:09:12:6d:ed:95:82:d3:6b:5c:
httpd_1  |                     ab:39:71:01:bb:7e:8e:83:9d:3c:ea:ad:8c:46:3a:
httpd_1  |                     4b:a6:35:86:d0:a9:13:e5:87:b8:ce:48:6e:77:5d:
httpd_1  |                     ca:21
httpd_1  |                 Exponent: 65537 (0x10001)
httpd_1  |         X509v3 extensions:
httpd_1  |             X509v3 Basic Constraints: critical
httpd_1  |                 CA:FALSE
httpd_1  |             X509v3 Subject Key Identifier: 
httpd_1  |                 76:8B:13:D6:43:02:A8:89:DB:17:AC:5B:1F:39:FA:B7:EC:B0:06:74
httpd_1  |             X509v3 Key Usage: critical
httpd_1  |                 Digital Signature, Key Encipherment
httpd_1  |             X509v3 Authority Key Identifier: 
httpd_1  |                 keyid:5B:F3:95:AE:D4:98:EC:92:EB:1B:AC:91:CE:F0:FC:46:33:11:69:B3
httpd_1  |                 DirName:/C=DE/ST=Berlin/L=Berlin/O=Devilbox/OU=Devilbox/CN=Devilbox Root CA/emailAddress=cytopia@devilbox.org/dnQualifier=W/OVrtSY7JLrG6yRzvD8RjMRabM=
httpd_1  |                 serial:FB:B5:96:49:0B:8A:AB:5C:C9:B7:09:68:E0:2B:6E:59:C8:B9:8F
httpd_1  | 
httpd_1  |             X509v3 Extended Key Usage: 
httpd_1  |                 TLS Web Server Authentication, TLS Web Client Authentication
httpd_1  |             X509v3 Subject Alternative Name: 
httpd_1  |                 DNS:localhost, DNS:localhost, DNS:*.localhost, DNS:devilbox, DNS:*.devilbox, DNS:httpd
httpd_1  |     Signature Algorithm: sha256WithRSAEncryption
httpd_1  |          bc:33:fc:e1:64:dc:d4:15:87:6d:f4:16:b4:7e:64:43:eb:0b:
httpd_1  |          b8:5f:f6:c7:93:7b:07:03:f9:78:12:9f:65:d9:3a:d1:1b:cd:
httpd_1  |          d3:42:97:01:cd:ed:e1:51:5b:1a:aa:e6:2c:5e:e4:c3:b8:ac:
httpd_1  |          5c:5e:74:e2:f2:75:ed:38:64:57:58:44:5b:50:ad:0a:aa:74:
httpd_1  |          51:f4:32:2f:77:35:97:8d:9c:82:6f:17:b2:94:07:c3:5e:dc:
httpd_1  |          20:01:4a:00:cb:9a:24:be:18:df:e7:b5:ea:f4:08:ea:50:bf:
httpd_1  |          9b:3c:9f:20:cc:92:ab:e3:d3:1d:f5:0c:86:34:2a:04:e0:0a:
httpd_1  |          f2:fa:01:1f:4b:61:0e:19:bb:60:b5:5b:24:32:15:57:a7:32:
httpd_1  |          91:d5:ae:7a:32:a8:88:8c:9d:67:86:12:75:c5:a8:6d:b5:9d:
mongo_1  | 2019-12-17T04:47:26.169+0000 I  CONTROL  [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'
mongo_1  | 2019-12-17T04:47:26.172+0000 I  CONTROL  [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=mongo
mongo_1  | 2019-12-17T04:47:26.172+0000 I  CONTROL  [initandlisten] db version v4.2.2
mongo_1  | 2019-12-17T04:47:26.172+0000 I  CONTROL  [initandlisten] git version: a0bbbff6ada159e19298d37946ac8dc4b497eadf
mongo_1  | 2019-12-17T04:47:26.172+0000 I  CONTROL  [initandlisten] OpenSSL version: OpenSSL 1.1.1  11 Sep 2018
mongo_1  | 2019-12-17T04:47:26.172+0000 I  CONTROL  [initandlisten] allocator: tcmalloc
mongo_1  | 2019-12-17T04:47:26.172+0000 I  CONTROL  [initandlisten] modules: none
mongo_1  | 2019-12-17T04:47:26.172+0000 I  CONTROL  [initandlisten] build environment:
mongo_1  | 2019-12-17T04:47:26.172+0000 I  CONTROL  [initandlisten]     distmod: ubuntu1804
mongo_1  | 2019-12-17T04:47:26.172+0000 I  CONTROL  [initandlisten]     distarch: x86_64
mongo_1  | 2019-12-17T04:47:26.172+0000 I  CONTROL  [initandlisten]     target_arch: x86_64
mongo_1  | 2019-12-17T04:47:26.172+0000 I  CONTROL  [initandlisten] options: { net: { bindIp: "*" } }
mongo_1  | 2019-12-17T04:47:26.173+0000 W  STORAGE  [initandlisten] Detected unclean shutdown - /data/db/mongod.lock is not empty.
mongo_1  | 2019-12-17T04:47:26.291+0000 I  STORAGE  [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
mongo_1  | 2019-12-17T04:47:26.291+0000 W  STORAGE  [initandlisten] Recovering data from the last clean checkpoint.
mongo_1  | 2019-12-17T04:47:26.291+0000 I  STORAGE  [initandlisten] 
mongo_1  | 2019-12-17T04:47:26.291+0000 I  STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
mongo_1  | 2019-12-17T04:47:26.291+0000 I  STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
mongo_1  | 2019-12-17T04:47:26.291+0000 I  STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=7402M,cache_overflow=(file_max=0M),session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress],
mongo_1  | 2019-12-17T04:47:28.186+0000 I  STORAGE  [initandlisten] WiredTiger message [1576558048:186570][1:0x7ff1185f7b00], txn-recover: Recovering log 15 through 16
mongo_1  | 2019-12-17T04:47:28.247+0000 I  STORAGE  [initandlisten] WiredTiger message [1576558048:247145][1:0x7ff1185f7b00], txn-recover: Recovering log 16 through 16
mongo_1  | 2019-12-17T04:47:28.323+0000 I  STORAGE  [initandlisten] WiredTiger message [1576558048:323742][1:0x7ff1185f7b00], txn-recover: Main recovery loop: starting at 15/256 to 16/256
mongo_1  | 2019-12-17T04:47:28.486+0000 I  STORAGE  [initandlisten] WiredTiger message [1576558048:486501][1:0x7ff1185f7b00], txn-recover: Recovering log 15 through 16
mongo_1  | 2019-12-17T04:47:29.040+0000 I  STORAGE  [initandlisten] WiredTiger message [1576558049:40236][1:0x7ff1185f7b00], file:index-3--2493366783526579661.wt, txn-recover: Recovering log 16 through 16
mongo_1  | 2019-12-17T04:47:29.084+0000 I  STORAGE  [initandlisten] WiredTiger message [1576558049:84073][1:0x7ff1185f7b00], file:index-3--2493366783526579661.wt, txn-recover: Set global recovery timestamp: (0,0)
mongo_1  | 2019-12-17T04:47:33.176+0000 I  RECOVERY [initandlisten] WiredTiger recoveryTimestamp. Ts: Timestamp(0, 0)
mongo_1  | 2019-12-17T04:47:33.617+0000 I  STORAGE  [initandlisten] Timestamp monitor starting
mongo_1  | 2019-12-17T04:47:34.110+0000 I  CONTROL  [initandlisten] 
mongo_1  | 2019-12-17T04:47:34.110+0000 I  CONTROL  [initandlisten] ** WARNING: Access control is not enabled for the database.
mongo_1  | 2019-12-17T04:47:34.110+0000 I  CONTROL  [initandlisten] **          Read and write access to data and configuration is unrestricted.
mongo_1  | 2019-12-17T04:47:34.110+0000 I  CONTROL  [initandlisten] 
mongo_1  | 2019-12-17T04:47:34.123+0000 I  SHARDING [initandlisten] Marking collection local.system.replset as collection version: <unsharded>
mongo_1  | 2019-12-17T04:47:34.603+0000 I  STORAGE  [initandlisten] Flow Control is enabled on this deployment.
mongo_1  | 2019-12-17T04:47:34.604+0000 I  SHARDING [initandlisten] Marking collection admin.system.roles as collection version: <unsharded>
mongo_1  | 2019-12-17T04:47:34.604+0000 I  SHARDING [initandlisten] Marking collection admin.system.version as collection version: <unsharded>
mongo_1  | 2019-12-17T04:47:34.605+0000 I  SHARDING [initandlisten] Marking collection local.startup_log as collection version: <unsharded>
mongo_1  | 2019-12-17T04:47:34.606+0000 I  FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
mongo_1  | 2019-12-17T04:47:34.615+0000 I  SHARDING [LogicalSessionCacheRefresh] Marking collection config.system.sessions as collection version: <unsharded>
mongo_1  | 2019-12-17T04:47:34.615+0000 I  NETWORK  [initandlisten] Listening on /tmp/mongodb-27017.sock
mongo_1  | 2019-12-17T04:47:34.615+0000 I  NETWORK  [initandlisten] Listening on 0.0.0.0
mongo_1  | 2019-12-17T04:47:34.615+0000 I  NETWORK  [initandlisten] waiting for connections on port 27017
mongo_1  | 2019-12-17T04:47:34.615+0000 I  SHARDING [LogicalSessionCacheReap] Marking collection config.transactions as collection version: <unsharded>
mongo_1  | 2019-12-17T04:47:35.110+0000 I  FTDC     [ftdc] Unclean full-time diagnostic data capture shutdown detected, found interim file, some metrics may have been lost. OK
mongo_1  | 2019-12-17T04:47:35.124+0000 I  SHARDING [ftdc] Marking collection local.oplog.rs as collection version: <unsharded>
mongo_1  | 2019-12-17T04:55:11.196+0000 I  NETWORK  [listener] connection accepted from 172.16.238.10:37148 #1 (1 connection now open)
mongo_1  | 2019-12-17T04:55:11.196+0000 I  NETWORK  [conn1] received client metadata from 172.16.238.10:37148 conn1: { driver: { name: "mongoc / ext-mongodb:PHP", version: "1.15.2 / 1.6.1" }, os: { type: "Linux", name: "Debian GNU/Linux", version: "10", architecture: "x86_64" }, platform: "PHP 7.3.12cfg=0xd156a8e9 posix=200809 stdc=201710 CC=GCC 8.3.0 CFLAGS="" LDFLAGS=""" }
mongo_1  | 2019-12-17T04:55:11.410+0000 I  NETWORK  [listener] connection accepted from 172.16.238.10:37190 #2 (2 connections now open)
mongo_1  | 2019-12-17T04:55:11.411+0000 I  NETWORK  [conn2] received client metadata from 172.16.238.10:37190 conn2: { driver: { name: "mongoc / ext-mongodb:PHP", version: "1.15.2 / 1.6.1" }, os: { type: "Linux", name: "Debian GNU/Linux", version: "10", architecture: "x86_64" }, platform: "PHP 7.3.12cfg=0xd156a8e9 posix=200809 stdc=201710 CC=GCC 8.3.0 CFLAGS="" LDFLAGS=""" }
mongo_1  | 2019-12-17T04:55:11.415+0000 I  NETWORK  [listener] connection accepted from 172.16.238.10:37194 #3 (3 connections now open)
mongo_1  | 2019-12-17T04:55:11.416+0000 I  NETWORK  [conn3] received client metadata from 172.16.238.10:37194 conn3: { driver: { name: "mongoc / ext-mongodb:PHP", version: "1.15.2 / 1.6.1" }, os: { type: "Linux", name: "Debian GNU/Linux", version: "10", architecture: "x86_64" }, platform: "PHP 7.3.12cfg=0xd156a8e9 posix=200809 stdc=201710 CC=GCC 8.3.0 CFLAGS="" LDFLAGS=""" }
mongo_1  | 2019-12-17T04:55:12.614+0000 I  NETWORK  [listener] connection accepted from 172.16.238.10:37210 #4 (4 connections now open)
mongo_1  | 2019-12-17T04:55:12.614+0000 I  NETWORK  [conn4] received client metadata from 172.16.238.10:37210 conn4: { driver: { name: "mongoc / ext-mongodb:PHP", version: "1.15.2 / 1.6.1" }, os: { type: "Linux", name: "Debian GNU/Linux", version: "10", architecture: "x86_64" }, platform: "PHP 7.3.12cfg=0xd156a8e9 posix=200809 stdc=201710 CC=GCC 8.3.0 CFLAGS="" LDFLAGS=""" }
mongo_1  | 2019-12-17T04:55:12.645+0000 I  NETWORK  [listener] connection accepted from 172.16.238.10:37252 #5 (5 connections now open)
mongo_1  | 2019-12-17T04:55:12.645+0000 I  NETWORK  [conn5] received client metadata from 172.16.238.10:37252 conn5: { driver: { name: "mongoc / ext-mongodb:PHP", version: "1.15.2 / 1.6.1" }, os: { type: "Linux", name: "Debian GNU/Linux", version: "10", architecture: "x86_64" }, platform: "PHP 7.3.12cfg=0xd156a8e9 posix=200809 stdc=201710 CC=GCC 8.3.0 CFLAGS="" LDFLAGS=""" }
mongo_1  | 2019-12-17T04:55:12.647+0000 I  NETWORK  [listener] connection accepted from 172.16.238.10:37256 #6 (6 connections now open)
mongo_1  | 2019-12-17T04:55:12.647+0000 I  NETWORK  [conn6] received client metadata from 172.16.238.10:37256 conn6: { driver: { name: "mongoc / ext-mongodb:PHP", version: "1.15.2 / 1.6.1" }, os: { type: "Linux", name: "Debian GNU/Linux", version: "10", architecture: "x86_64" }, platform: "PHP 7.3.12cfg=0xd156a8e9 posix=200809 stdc=201710 CC=GCC 8.3.0 CFLAGS="" LDFLAGS=""" }
mongo_1  | 2019-12-17T04:55:32.270+0000 I  NETWORK  [conn1] end connection 172.16.238.10:37148 (5 connections now open)
mongo_1  | 2019-12-17T04:55:32.270+0000 I  NETWORK  [conn2] end connection 172.16.238.10:37190 (4 connections now open)
mongo_1  | 2019-12-17T04:55:32.271+0000 I  NETWORK  [conn3] end connection 172.16.238.10:37194 (3 connections now open)
mongo_1  | 2019-12-17T04:55:33.270+0000 I  NETWORK  [conn4] end connection 172.16.238.10:37210 (2 connections now open)
mongo_1  | 2019-12-17T04:55:33.271+0000 I  NETWORK  [conn5] end connection 172.16.238.10:37252 (1 connection now open)
mongo_1  | 2019-12-17T04:55:33.272+0000 I  NETWORK  [conn6] end connection 172.16.238.10:37256 (0 connections now open)
httpd_1  |          51:c2:43:1b:60:db:64:04:2a:c7:0e:d6:86:61:8f:3f:5d:e3:
httpd_1  |          37:08:02:6f:e5:2f:d3:a0:bc:92:3b:74:19:7a:f4:d8:f2:f3:
httpd_1  |          4a:53:ed:3f:94:34:d9:5c:e8:5f:e2:1c:b2:b9:81:d1:dc:d3:
httpd_1  |          1d:7a:86:60:0b:bc:ca:a8:31:8d:42:43:1d:18:bb:a2:c7:11:
httpd_1  |          46:8e:7c:36:bf:e9:df:c6:4f:7c:ef:d6:50:42:1f:d9:ae:d7:
httpd_1  |          56:ea:6d:2b
httpd_1  | /etc/httpd/cert/main/localhost.crt: OK
httpd_1  | [INFO] Starting supervisord: 3.3.5
httpd_1  | 2019-12-17 04:47:20,549 INFO Set uid to user 0 succeeded
httpd_1  | 2019-12-17 04:47:20,555 INFO supervisord started with pid 1
httpd_1  | 2019-12-17 04:47:21,558 INFO spawned: 'httpd' with pid 210
httpd_1  | 2019-12-17 04:47:21,563 INFO spawned: 'watcherd' with pid 211
httpd_1  | 2019-12-17 04:47:22,564 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
httpd_1  | 2019-12-17 04:47:22,564 INFO success: watcherd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
httpd_1  | watcherd: [2019-12-17 04:47:25] Starting daemon.
httpd_1  | watcherd: [2019-12-17 04:47:26] Using bash loop to watch for changes.
pgsql_1  | 
pgsql_1  | PostgreSQL Database directory appears to contain a database; Skipping initialization
pgsql_1  | 
pgsql_1  | 2019-12-17 04:47:34.112 UTC [1] LOG:  starting PostgreSQL 12.1 (Debian 12.1-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
pgsql_1  | 2019-12-17 04:47:34.112 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
pgsql_1  | 2019-12-17 04:47:34.112 UTC [1] LOG:  listening on IPv6 address "::", port 5432
pgsql_1  | 2019-12-17 04:47:34.602 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
pgsql_1  | 2019-12-17 04:47:35.366 UTC [26] LOG:  database system was interrupted; last known up at 2019-12-17 03:56:30 UTC
pgsql_1  | 2019-12-17 04:48:03.647 UTC [26] LOG:  database system was not properly shut down; automatic recovery in progress
pgsql_1  | 2019-12-17 04:48:03.952 UTC [26] LOG:  redo starts at 0/1646158
pgsql_1  | 2019-12-17 04:48:03.952 UTC [26] LOG:  invalid record length at 0/1646190: wanted 24, got 0
pgsql_1  | 2019-12-17 04:48:03.952 UTC [26] LOG:  redo done at 0/1646158
pgsql_1  | 2019-12-17 04:48:05.332 UTC [1] LOG:  database system is ready to accept connections
mysql_1  | 2019-12-17 04:47:22+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.3.21+maria~bionic started.
mysql_1  | 2019-12-17 04:47:23+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
mysql_1  | 2019-12-17 04:47:23+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.3.21+maria~bionic started.
mysql_1  | 2019-12-17  4:47:24 0 [Note] mysqld (mysqld 10.3.21-MariaDB-1:10.3.21+maria~bionic) starting as process 1 ...
mysql_1  | 2019-12-17  4:47:24 0 [Note] InnoDB: Using Linux native AIO
mysql_1  | 2019-12-17  4:47:24 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1  | 2019-12-17  4:47:24 0 [Note] InnoDB: Uses event mutexes
mysql_1  | 2019-12-17  4:47:24 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql_1  | 2019-12-17  4:47:24 0 [Note] InnoDB: Number of pools: 1
mysql_1  | 2019-12-17  4:47:24 0 [Note] InnoDB: Using SSE2 crc32 instructions
mysql_1  | 2019-12-17  4:47:24 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
mysql_1  | 2019-12-17  4:47:24 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_1  | 2019-12-17  4:47:24 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_1  | 2019-12-17  4:47:26 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=1696887
mysql_1  | 2019-12-17  4:47:37 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
mysql_1  | 2019-12-17  4:47:37 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
mysql_1  | 2019-12-17  4:47:37 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_1  | 2019-12-17  4:47:37 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_1  | 2019-12-17  4:47:37 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_1  | 2019-12-17  4:47:37 0 [Note] InnoDB: Waiting for purge to start
mysql_1  | 2019-12-17  4:47:37 0 [Note] InnoDB: 10.3.21 started; log sequence number 1696896; transaction id 112
mysql_1  | 2019-12-17  4:47:37 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_1  | 2019-12-17  4:47:37 0 [Note] Plugin 'FEEDBACK' is disabled.
mysql_1  | 2019-12-17  4:47:37 0 [Note] Recovering after a crash using tc.log
mysql_1  | 2019-12-17  4:47:37 0 [Note] Starting crash recovery...
mysql_1  | 2019-12-17  4:47:37 0 [Note] Crash recovery finished.
mysql_1  | 2019-12-17  4:47:38 0 [Note] Server socket created on IP: '::'.
mysql_1  | 2019-12-17  4:47:39 0 [Warning] 'user' entry 'root@mysql' ignored in --skip-name-resolve mode.
mysql_1  | 2019-12-17  4:47:39 0 [Warning] 'user' entry '@mysql' ignored in --skip-name-resolve mode.
mysql_1  | 2019-12-17  4:47:39 0 [Warning] 'proxies_priv' entry '@% root@mysql' ignored in --skip-name-resolve mode.
mysql_1  | 2019-12-17  4:47:39 0 [Note] InnoDB: Buffer pool(s) load completed at 191217  4:47:39
mysql_1  | 2019-12-17  4:47:40 0 [Note] Reading of all Master_info entries succeeded
mysql_1  | 2019-12-17  4:47:40 0 [Note] Added new Master_info '' to hash table
mysql_1  | 2019-12-17  4:47:40 0 [Note] mysqld: ready for connections.
mysql_1  | Version: '10.3.21-MariaDB-1:10.3.21+maria~bionic'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution
php_1    | [INFO] Debug level: 1
php_1    | [INFO] Changing user 'devilbox' uid to: 1000
php_1    | usermod: no changes
php_1    | [INFO] Changing group 'devilbox' gid to: 1000
php_1    | [INFO] Setting container timezone to: UTC
php_1    | [INFO] Setting PHP: timezone=UTC
php_1    | [INFO] Docker date set to: Tue Dec 17 04:47:09 UTC 2019
php_1    | [INFO] $DOCKER_LOGS set to 0. Logging to files under: /var/log/php
php_1    | [INFO] Make sure to mount this directory in order to view logs
php_1    | [INFO] $ENABLE_MAIL set to 1. Enabling postfix catch-all
php_1    | [INFO] Forwarding httpd:80 to 127.0.0.1:80 inside this docker.
php_1    | [INFO] Forwarding httpd:443 to 127.0.0.1:443 inside this docker.
php_1    | [INFO] Forwarding mysql:3306 to 127.0.0.1:3306 inside this docker.
php_1    | [INFO] Forwarding pgsql:5432 to 127.0.0.1:5432 inside this docker.
php_1    | [INFO] Forwarding redis:6379 to 127.0.0.1:6379 inside this docker.
php_1    | [INFO] Forwarding memcd:11211 to 127.0.0.1:11211 inside this docker.
php_1    | [INFO] Forwarding mongo:27017 to 127.0.0.1:27017 inside this docker.
php_1    | [INFO] Enabling 'socat-80-httpd-80' to be started by supervisord
php_1    | [INFO] Enabling 'socat-443-httpd-443' to be started by supervisord
php_1    | [INFO] Enabling 'socat-3306-mysql-3306' to be started by supervisord
php_1    | [INFO] Enabling 'socat-5432-pgsql-5432' to be started by supervisord
php_1    | [INFO] Enabling 'socat-6379-redis-6379' to be started by supervisord
php_1    | [INFO] Enabling 'socat-11211-memcd-11211' to be started by supervisord
php_1    | [INFO] Enabling 'socat-27017-mongo-27017' to be started by supervisord
php_1    | [INFO] Enabling 'rsyslogd' to be started by supervisord
php_1    | [INFO] Enabling 'postfix' to be started by supervisord
php_1    | [INFO] Enabling 'php-fpm' to be started by supervisord
php_1    | [INFO] $ENABLE_MODULES set, but empty. Not enabling any PHP modules.
php_1    | [INFO] Disabling the following PHP modules: oci8,PDO_OCI,pdo_sqlsrv,sqlsrv,rdkafka,swoole
php_1    | [INFO] $MYSQL_BACKUP_USER set for mysqldump-secure. Changing to 'root'
php_1    | [INFO] $MYSQL_BACKUP_PASS set for mysqldump-secure. Changing to '******'
php_1    | [INFO] $MYSQL_BACKUP_HOST set for mysqldump-secure. Changing to 'mysql'
php_1    | Updating certificates in /etc/ssl/certs...
php_1    | 1 added, 0 removed; done.
php_1    | Running hooks in /etc/ca-certificates/update.d...
php_1    | done.
php_1    | [INFO] Starting supervisord
php_1    | 2019-12-17 04:48:12,487 INFO Included extra file "/etc/supervisor/conf.d/php-fpm.conf" during parsing
php_1    | 2019-12-17 04:48:12,488 INFO Included extra file "/etc/supervisor/conf.d/postfix.conf" during parsing
php_1    | 2019-12-17 04:48:12,488 INFO Included extra file "/etc/supervisor/conf.d/rsyslogd.conf" during parsing
php_1    | 2019-12-17 04:48:12,488 INFO Included extra file "/etc/supervisor/conf.d/socat-11211-memcd-11211.conf" during parsing
php_1    | 2019-12-17 04:48:12,488 INFO Included extra file "/etc/supervisor/conf.d/socat-27017-mongo-27017.conf" during parsing
php_1    | 2019-12-17 04:48:12,488 INFO Included extra file "/etc/supervisor/conf.d/socat-3306-mysql-3306.conf" during parsing
php_1    | 2019-12-17 04:48:12,488 INFO Included extra file "/etc/supervisor/conf.d/socat-443-httpd-443.conf" during parsing
php_1    | 2019-12-17 04:48:12,488 INFO Included extra file "/etc/supervisor/conf.d/socat-5432-pgsql-5432.conf" during parsing
php_1    | 2019-12-17 04:48:12,488 INFO Included extra file "/etc/supervisor/conf.d/socat-6379-redis-6379.conf" during parsing
php_1    | 2019-12-17 04:48:12,488 INFO Included extra file "/etc/supervisor/conf.d/socat-80-httpd-80.conf" during parsing
php_1    | 2019-12-17 04:48:12,488 INFO Set uid to user 0 succeeded
php_1    | 2019-12-17 04:48:12,541 INFO supervisord started with pid 1
php_1    | 2019-12-17 04:48:13,546 INFO spawned: 'rsyslogd' with pid 1426
php_1    | 2019-12-17 04:48:13,551 INFO spawned: 'socat-3306-mysql-3306' with pid 1427
php_1    | 2019-12-17 04:48:13,553 INFO spawned: 'socat-6379-redis-6379' with pid 1428
php_1    | 2019-12-17 04:48:13,554 INFO spawned: 'postfix' with pid 1429
php_1    | 2019-12-17 04:48:13,557 INFO spawned: 'socat-27017-mongo-27017' with pid 1430
php_1    | 2019-12-17 04:48:13,558 INFO spawned: 'php-fpm' with pid 1431
php_1    | 2019-12-17 04:48:13,560 INFO spawned: 'socat-80-httpd-80' with pid 1432
php_1    | 2019-12-17 04:48:13,562 INFO spawned: 'socat-443-httpd-443' with pid 1433
php_1    | 2019-12-17 04:48:13,564 INFO spawned: 'socat-11211-memcd-11211' with pid 1434
php_1    | 2019-12-17 04:48:13,566 INFO spawned: 'socat-5432-pgsql-5432' with pid 1435
php_1    | rsyslogd: imklog: cannot open kernel log (/proc/kmsg): Operation not permitted.
php_1    | rsyslogd: activation of module imklog failed [v8.1901.0 try https://www.rsyslog.com/e/2145 ]
php_1    | 2019-12-17 04:48:15,056 INFO success: rsyslogd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
php_1    | 2019-12-17 04:48:15,056 INFO success: socat-3306-mysql-3306 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
php_1    | 2019-12-17 04:48:15,056 INFO success: socat-6379-redis-6379 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
php_1    | 2019-12-17 04:48:15,056 INFO success: postfix entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
php_1    | 2019-12-17 04:48:15,057 INFO success: socat-27017-mongo-27017 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
php_1    | 2019-12-17 04:48:15,057 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
php_1    | 2019-12-17 04:48:15,057 INFO success: socat-80-httpd-80 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
php_1    | 2019-12-17 04:48:15,057 INFO success: socat-443-httpd-443 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
php_1    | 2019-12-17 04:48:15,057 INFO success: socat-11211-memcd-11211 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
php_1    | 2019-12-17 04:48:15,057 INFO success: socat-5432-pgsql-5432 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
redis_1  | 1:C 17 Dec 2019 04:47:29.633 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1  | 1:C 17 Dec 2019 04:47:29.633 # Redis version=5.0.7, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1  | 1:C 17 Dec 2019 04:47:29.633 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1  | 1:M 17 Dec 2019 04:47:29.737 * Running mode=standalone, port=6379.
redis_1  | 1:M 17 Dec 2019 04:47:29.737 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1  | 1:M 17 Dec 2019 04:47:29.737 # Server initialized
redis_1  | 1:M 17 Dec 2019 04:47:29.737 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1  | 1:M 17 Dec 2019 04:47:29.737 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis_1  | 1:M 17 Dec 2019 04:47:29.737 * Ready to accept connections

@cytopia
Copy link
Owner

cytopia commented Dec 30, 2019

Please update to the latest Devilbox version and post your start command, docker logs and .env file contents.

@stale
Copy link

stale bot commented Apr 1, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the issue:stale This issue has become stale and is marked for auto-close label Apr 1, 2020
@RockyKev
Copy link

Same issue, on a windows 10.

  • .env file is attached env.txt
  • docker-compose logs and log/ output is added log.txt
  1. Host operating system and version: WIndows 10 Pro 1909
  2. (Windows) Native Docker or Docker Toolbox: Docker Desktop
  3. Docker version: Docker version 19.03.8, build afacb8b
  4. Docker Compose version: docker-compose version 1.25.4, build 8d51620a
  5. (Linux) Is SELinux enabled?: N/A
  6. What git commit hash are you on?: 8c931cd

SUMMARY

Mysql container isn't loading.

STEPS TO REPRODUCE

  1. Followed these instructions here to pull a brand new Devilbox.
  2. Attempted docker-compose up -d httpd php mysql
  3. error
PS E:\2bDevelopment\devilbox2> docker-compose up -d httpd php mysql                                                     devilbox2_bind_1 is up-to-date
devilbox2_php_1 is up-to-date
devilbox2_httpd_1 is up-to-date
Starting devilbox2_mysql_1 ... error                                                                                    
ERROR: for devilbox2_mysql_1  Cannot start service mysql: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"mysql-entrypoint.sh\": executable file not found in $PATH": unknown

ERROR: for mysql  Cannot start service mysql: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"mysql-entrypoint.sh\": executable file not found in $PATH": unknown
ERROR: Encountered errors while bringing up the project.

@stale stale bot removed the issue:stale This issue has become stale and is marked for auto-close label Apr 24, 2020
@RockyKev
Copy link

Messed with the .env file and changed the sql version.
Working now.

###
### 1.3 Choose MySQL Server Image
###
#MYSQL_SERVER=mysql-5.5
#MYSQL_SERVER=mysql-5.6
#MYSQL_SERVER=mysql-5.7
MYSQL_SERVER=mysql-8.0
#MYSQL_SERVER=mariadb-5.5
#MYSQL_SERVER=mariadb-10.0
#MYSQL_SERVER=mariadb-10.1
#MYSQL_SERVER=mariadb-10.2
#MYSQL_SERVER=mariadb-10.3
#MYSQL_SERVER=mariadb-10.4
#MYSQL_SERVER=percona-5.5
#MYSQL_SERVER=percona-5.6
#MYSQL_SERVER=percona-5.7
#MYSQL_SERVER=percona-8.0

@stale
Copy link

stale bot commented Jul 26, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the issue:stale This issue has become stale and is marked for auto-close label Jul 26, 2020
@cytopia cytopia removed the issue:stale This issue has become stale and is marked for auto-close label Jul 27, 2020
@stale
Copy link

stale bot commented Oct 25, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the issue:stale This issue has become stale and is marked for auto-close label Oct 25, 2020
@cytopia cytopia removed the issue:stale This issue has become stale and is marked for auto-close label Nov 13, 2020
@cytopia
Copy link
Owner

cytopia commented Nov 14, 2020

Fixed here: #750

@cytopia cytopia closed this as completed Nov 14, 2020
@hielh
Copy link

hielh commented Dec 1, 2020

Hi @cytopia
The problem still exist for devilbox/mysql:mysql-8.0.
When I start using this image I get postgres server and not mysql server:
image
To be sure that I'm using the right image I'm changed .env file with the path of image
image

@cytopia
Copy link
Owner

cytopia commented Dec 1, 2020

The problem still exist for devilbox/mysql:mysql-8.0.
When I start using this image I get postgres server and not mysql server:

This is very strange.

Can you provide:

  1. Full docker-compose logs output
  2. Full ./check-config.sh output

@hielh
Copy link

hielh commented Dec 1, 2020

@cytopia
logs.log

docker-compose.yml.txt
.env .txt

Full ./check-config.sh output => I don't have it

Thank you for your quick response

@cytopia
Copy link
Owner

cytopia commented Dec 1, 2020

Full ./check-config.sh output => I don't have it

Then you're on an older version, which also has older MySQL images. You should consider updating to v1.8.3 and check if the issue is solved in this one.

@hielh
Copy link

hielh commented Dec 2, 2020

@cytopia
Please find attachement my logs
logs.log
check-config.log
.env (copy).txt

Do you have an idea about origin of the problem

@cytopia
Copy link
Owner

cytopia commented Dec 2, 2020

Judging from your MySQL logs:

;1mmysql_1     |�[0m 2020-12-02T10:30:46.577481Z 1 [ERROR] [MY-012530] [InnoDB] Unknown redo log format (103). Please follow the instructions at http://dev.mysql.com/doc/refman/8.0/en/ upgrading-downgrading.html.

You probably need to upgrade your databases:

  1. I would make a backup via mysqldump-secure
  2. Remove current volumes for your mysql-8.0 container
 docker volume ls | grep mysql
local               devilbox2_devilbox-mysql-5.5
local               devilbox2_devilbox-mysql-5.6
local               devilbox2_devilbox-mysql-5.7
local               devilbox2_devilbox-mysql-8.0
  1. Remove mysql container
docker-compose rm -f 
  1. Recreate via docker-compse up
  2. Insert backups

@hielh
Copy link

hielh commented Dec 2, 2020

@cytopia
Thank you it work's, but I had new problem on xdebug. I get as eror
[02-Dec-2020 19:57:45 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: localhost:9003 (through xdebug.client_host/xdebug.client_port) :-(

Config Xdebug 3

xdebug.mode               = debug
xdebug.start_with_request = yes
xdebug.client_discovery_header = yes
xdebug.idekey             = PHPSTORM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants