mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 01:51:08 +00:00
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