-
-
Save stephaneerard/06fe9f7edf86c765822f1fda083a20f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PS C:\code\frenchex2\cli.ts_i1\tmp> docker-compose ps | |
| Name Command State Ports | |
| ------------------------------------------------------------------------------- | |
| tmp_db_1 docker-entrypoint.sh mysqld Up 3306/tcp, 33060/tcp | |
| tmp_wordpress_1 docker-entrypoint.sh apach ... Up 0.0.0.0:8000->80/tcp | |
| Exception ignored in: <function Popen.__del__ at 0x000001D045DED670> | |
| Traceback (most recent call last): | |
| File "c:\python39\lib\subprocess.py", line 1055, in __del__ | |
| self._internal_poll(_deadstate=_maxsize) | |
| File "c:\python39\lib\subprocess.py", line 1457, in _internal_poll | |
| if _WaitForSingleObject(self._handle, 0) == _WAIT_OBJECT_0: | |
| OSError: [WinError 6] Descripteur non valide | |
| PS C:\code\frenchex2\cli.ts_i1\tmp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment