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
b57cb7adae
commit
d6f8af0daf
@ -125,7 +125,15 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
oom_kill_disable: true
|
oom_kill_disable: true
|
||||||
|
|
||||||
|
# User images
|
||||||
|
openpanel_apache:
|
||||||
|
image: openpanel/apache:latest
|
||||||
|
entrypoint: /bin/true
|
||||||
|
|
||||||
|
openpanel_nginx:
|
||||||
|
image: openpanel/nginx:latest
|
||||||
|
entrypoint: /bin/true
|
||||||
|
|
||||||
# make the data persistent
|
# make the data persistent
|
||||||
volumes:
|
volumes:
|
||||||
openadmin_mysql:
|
openadmin_mysql:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user