Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker compose run

# One single docker-compose.yml file
docker-compose up --build -d --remove-orphans

# Specify docker-compose.yml file to run
docker-compose -f docker-compose.yml up --build -d --remove-orphans
Comment

run docker compose

# in de dir where your docker-compose file is located
docker compose up
Comment

PREVIOUS NEXT
Code Example
Shell :: convert a WSL 1 distro to WSL 2 
Shell :: how to read input in bash 
Shell :: centos copy folder 
Shell :: add a home directory for existing user 
Shell :: git tutorial remove branches on local that do not exist on remote 
Shell :: list user groups linux 
Shell :: start Gui on your Ubuntu 20.04 system from cli 
Shell :: firewall-cmd add service 
Shell :: The following packages have unmet dependencies: nginx : Depends: libssl1.0.0 (= 1.0.2~beta3) 
Shell :: how to reset source list ubuntu 
Shell :: ssh to k8s pod 
Shell :: git push to another repository 
Shell :: bash shell remove recursive folder file rm dir 
Shell :: how to make a folder into git repo 
Shell :: git diff files of different branches 
Shell :: set up ssh windows 10 
Shell :: bash single vs double quotes 
Shell :: linux generate file of size 
Shell :: install spotify-web-api-js 
Shell :: bash get last field in line 
Shell :: install formik 
Shell :: un add file in git 
Shell :: brew upgrade all casks 
Shell :: how many repositories can be created in github 
Shell :: for loop iteration in shell script 
Shell :: jitsi run pod ios app !] Invalid `Podfile` file: cannot load such fil 
Shell :: Run C# script on linux terminal 
Shell :: linux convert png favicon 
Shell :: bash compare two files 
Shell :: until loop bash 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =