Remove duplicate docker-compose restart (#324)

このコミットが含まれているのは:
Justin Goette 2021-05-24 12:56:08 -04:00 committed by GitHub
コミット 7c221b7f7f
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加2行の削除

ファイルの表示

@ -6,7 +6,7 @@ services:
whoogle-search:
image: benbusby/whoogle-search
container_name: whoogle-search
restart: on-failure:5
restart: unless-stopped
pids_limit: 50
mem_limit: 256mb
memswap_limit: 256mb
@ -41,4 +41,3 @@ services:
#- whoogle.env
ports:
- 5000:5000
restart: unless-stopped