forked from mirrors/bookwyrm
Merge pull request #2104 from maxheadroom/main
add automatic restart of containers
This commit is contained in:
commit
fd66961ab8
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ version: '3'
|
|||
services:
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 1333:80
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue