mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update docker-compose.yml
This commit is contained in:
parent
6b4c5aa2ca
commit
a5b25d807e
@ -95,6 +95,11 @@ services:
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost/"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
volumes:
|
||||
- /etc/openpanel/nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||
- /etc/openpanel/nginx/vhosts/default.conf:/etc/nginx/sites-available/default
|
||||
|
Loading…
Reference in New Issue
Block a user