Update docker-compose.yml

This commit is contained in:
Stefan Pejcic 2024-06-14 19:10:30 +02:00 committed by GitHub
parent b57cb7adae
commit d6f8af0daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: