mirror of
https://github.com/vmorganp/Lazytainer.git
synced 2026-01-01 10:27:21 +01:00
add pause option
This commit is contained in:
@@ -23,6 +23,9 @@ services:
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "lazytainer.marker=lazytainer"
|
||||
- "lazytainer.sleepMethod=stop" # can be either "stop" or "pause", or left blank for stop
|
||||
# using "stop" will release the memory associated with the server
|
||||
# using "pause" will keep the memory allocated, however it will restart much faster
|
||||
depends_on:
|
||||
- lazytainer
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user