mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
Remove duplicate docker-compose restart (#324)
This commit is contained in:
parent
c2a76bd73a
commit
7c221b7f7f
@ -6,7 +6,7 @@ services:
|
|||||||
whoogle-search:
|
whoogle-search:
|
||||||
image: benbusby/whoogle-search
|
image: benbusby/whoogle-search
|
||||||
container_name: whoogle-search
|
container_name: whoogle-search
|
||||||
restart: on-failure:5
|
restart: unless-stopped
|
||||||
pids_limit: 50
|
pids_limit: 50
|
||||||
mem_limit: 256mb
|
mem_limit: 256mb
|
||||||
memswap_limit: 256mb
|
memswap_limit: 256mb
|
||||||
@ -41,4 +41,3 @@ services:
|
|||||||
#- whoogle.env
|
#- whoogle.env
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
restart: unless-stopped
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user