This file contains 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
<?xml version="1.0"?> | |
<root> | |
<!-- <appdef> --> | |
<!-- <appname>PHPSTORM</appname> --> | |
<!-- <equal>com.jetbrains.PhpStorm</equal> --> | |
<!-- </appdef> --> | |
<item> | |
<name>Home Row Arrow and Modifier Mode VI style</name> | |
<item> | |
<name>What's "Home Row Arrow and Modifier Mode"?</name> |
This file contains 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
nginx: | |
image: quay.io/kollekt/instore-nginx | |
ports: | |
- "8080:80" | |
volumes_from: | |
- app-data | |
links: | |
- mysql | |
- memcached | |
- beanstalkd |