mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update landing-pure-react-code.tsx
This commit is contained in:
@@ -205,8 +205,8 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: "${UPTIMEKUMA_CPU:-0.35}"
|
||||
memory: "${UPTIMEKUMA_RAM:-0.35G}"
|
||||
cpus: "${UPTIMEKUMA_CPU}"
|
||||
memory: "${UPTIMEKUMA_RAM}"
|
||||
pids: 100
|
||||
networks:
|
||||
- www
|
||||
@@ -216,7 +216,7 @@ services:
|
||||
container_name: openresty
|
||||
restart: always
|
||||
ports:
|
||||
- "${PROXY_HTTP_PORT:-${HTTP_PORT}}"
|
||||
- "${PROXY_HTTP_PORT}"
|
||||
- "${HTTPS_PORT}"
|
||||
working_dir: /var/www/html
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user