return xaibox to using php+apache image
This commit is contained in:
@@ -24,8 +24,10 @@ services:
|
||||
- MYSQL_DATABASE=nextcloud
|
||||
- MYSQL_USER=nextcloud
|
||||
|
||||
xaicloud:
|
||||
app:
|
||||
image: dkregistry.xai-corp.net:5000/xaicorp/nextcloud:latest
|
||||
ports:
|
||||
- 8083:80
|
||||
volumes:
|
||||
# - nextcloud:/var/www/html
|
||||
- ./config:/var/www/html/config
|
||||
@@ -41,16 +43,6 @@ services:
|
||||
- REDISPORT=6379
|
||||
- LOGLEVEL=3
|
||||
|
||||
web:
|
||||
image: dkregistry.xai-corp.net:5000/xaicorp/nextcloud-web:latest
|
||||
ports:
|
||||
- 8083:80
|
||||
volumes:
|
||||
- cache:/data/nginx/cache/nextcloud
|
||||
# - nextcloud:/var/www/html
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ./config:/var/www/html/config
|
||||
|
||||
memcached:
|
||||
image: "memcached:alpine"
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user