Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uptime kuma docker compose

version: "3.9"
services:
  app:
    container_name: uptime-kuma
    image: louislam/uptime-kuma
    ports:
      - "3001:3001"
    volumes:
      - /opt/uptime-kuma:/app/data
      #- /portainer/Files/AppData/uptime-kuma:/app/data
    restart: unless-stopped
Comment

PREVIOUS NEXT
Code Example
Shell :: bash get name of current script 
Shell :: gcc on ubuntu 20.04 
Shell :: pwd in cmd 
Shell :: zsh: command not found: protoc mac 
Shell :: trim video linux 
Shell :: to see all after commit in local repository in git 
Shell :: npm install composition apiu 
Shell :: link an existing local git to remote repo 
Shell :: how to check jenkins version in ubuntu 
Shell :: where is docker images stored windows wsl2 
Shell :: how to install imagick 
Shell :: awk if else 
Shell :: Pyrit download command for linux 
Shell :: bash new folder 
Shell :: git display current head 
Shell :: git refusing to merge unrelated histories 
Shell :: linux go to home directory 
Shell :: bash find full path 
Shell :: failed to open stream: Permission denied in path on mac 
Shell :: split screen into 4 ubuntu 
Shell :: pesquisar commit git 
Shell :: conda install jupyter notebook 
Shell :: maven create project from archetype command line 
Shell :: git log grep 
Shell :: create a repo using github api 
Shell :: jupyter python downkload 
Shell :: repair drive windows 
Shell :: delete a local and remote git branch 
Shell :: yarn start --reset-cache 
Shell :: concatenate strings batch 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =