This config assumes that nginx is run from docker image _/nginx.
docker network create nginx
mkdir -p /etc/myproject/nginx
cd /etc/myproject/nginx
| #!/bin/bash | |
| # vi: ts=4:sw=4:et | |
| # | |
| # twotwo.sh | |
| # This script allows you to install/update Enlightenment 22 git version on | |
| # Ubuntu 18.04 LTS or Debian testing (buster), or remove E22 git from your system. | |
| # Originally from: http://ubuntuforums.org/showthread.php?t=2203190 | |
| # By: Philippe J. Guillaumie (batden AT sfr DOT fr). | |
| # Additional updates by: Bryan Hundven (bryanhundven AT gmail DOT com). | |
| # |
This config assumes that nginx is run from docker image _/nginx.
docker network create nginx
mkdir -p /etc/myproject/nginx
cd /etc/myproject/nginx