Horje
run kong Code Example
run kong
$ docker run -d --name kong \
              --link kong-database:kong-database \
              -e "KONG_DATABASE=postgres" \
              -e "KONG_PG_HOST=kong-database" \
              -p 8000:8000 \
              -p 8443:8443 \
              -p 8001:8001 \
              -p 7946:7946 \
              -p 7946:7946/udp \
              kong
run kong
 $ docker run -d --name kong-database \
                  -p 5432:5432 \
                  -e "POSTGRES_USER=kong" \
                  -e "POSTGRES_DB=kong" \
                  postgres:9.4




Shell

Related
where do i grab someones powershell code Code Example where do i grab someones powershell code Code Example
openssl dhparam isn't saved Code Example openssl dhparam isn't saved Code Example
Starting doesn't work: sudo systemctl start coturn Code Example Starting doesn't work: sudo systemctl start coturn Code Example
go mod donwload from github Code Example go mod donwload from github Code Example
libqtgui4 : Depends: libpng12-0 (>= 1.2.13-4) but it is not installed Code Example libqtgui4 : Depends: libpng12-0 (>= 1.2.13-4) but it is not installed Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11