Skip to content

shieldz80/s6-down-signal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To bring up the containers run

make up or make up-build

There are two containers: nginx1 and nginx2. The nginx1 container is managed by s6.

To bring down the containers run

make down

or to bring down the containers with a specific stop timeout run

make down-15 (stop timeout: 15s)

make down-20 (stop timeout: 20s)

make down-30 (stop timeout: 30s)

make down-60 (stop timeout: 60s)

make down-90 (stop timeout: 90s)

To stop the containers run make stop or make stop-nginx1 or make stop-nginx2 to stop a specific container.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published