Update docker-compose.yml

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

View File

@ -52,7 +52,6 @@ services:
cpus: '1.0' cpus: '1.0'
restart: always restart: always
privileged: true privileged: true
entrypoint: /usr/local/admin/scripts/admin generate random
# OpenPanel service running on port 2083 # OpenPanel service running on port 2083
openpanel: openpanel:
@ -126,13 +125,13 @@ services:
oom_kill_disable: true oom_kill_disable: true
# User images # User images
openpanel_apache: #openpanel_apache:
image: openpanel/apache:latest #image: openpanel/apache:latest
entrypoint: /bin/true #entrypoint: /bin/true
openpanel_nginx: #openpanel_nginx:
image: openpanel/nginx:latest #image: openpanel/nginx:latest
entrypoint: /bin/true #entrypoint: /bin/true
# make the data persistent # make the data persistent
volumes: volumes: