Docker

Mengganti Ukuran Log …

Ukuran log yang besar pasti suatu saat akan membuatmu mikir-mikir tentang disk kan. Nah untuk itu kita perlu mengatur berapa ukuran yang ada pada docker container. Ini dijalankan dengan docker-compose maupun docker container.

Docker compose

version: '3'
services:
  nginx:
    image: …

Change Subnet IP on …

openvpn

In another case we already setup openvpn with docker, and we want to change IP Address of vpn network. How we do it? But if you interest how to setup openvpn you just only visit this github repo

In my case I already setup IP on 192.168.x.x but at one time we use that IP on wifi/router local. So …