chore: update format
This commit is contained in:
@@ -25,11 +25,11 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '0.5'
|
||||
memory: 128M
|
||||
cpus: ${FRPS_CPU_LIMIT:-0.5}
|
||||
memory: ${FRPS_MEMORY_LIMIT:-128M}
|
||||
reservations:
|
||||
cpus: '0.1'
|
||||
memory: 64M
|
||||
cpus: ${FRPS_CPU_RESERVATION:-0.1}
|
||||
memory: ${FRPS_MEMORY_RESERVATION:-64M}
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:${FRP_ADMIN_PORT:-7890}/"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user