Skip to content

Commit

Permalink
Merge pull request #2104 from maxheadroom/main
Browse files Browse the repository at this point in the history
add automatic restart of containers
  • Loading branch information
mouse-reeve authored May 16, 2022
2 parents ae8edce + d0b7474 commit fd66961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: '3'
services:
nginx:
image: nginx:latest
restart: unless-stopped
ports:
- 1333:80
depends_on:
Expand Down

0 comments on commit fd66961

Please sign in to comment.