mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-17 03:25:19 +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:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 1333:80
|
- 1333:80
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in a new issue