Update config location

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2023-12-13 23:29:39 +01:00
parent e8f1a9fd35
commit 134060c73d
No known key found for this signature in database
GPG Key ID: C8CB30D84F17006E
2 changed files with 10 additions and 5 deletions

View File

@ -34,7 +34,7 @@ services:
env_file:
- env/wordpress.env
volumes:
- ./php.ini:/usr/local/etc/php/conf.d/custom.ini:ro
- ./config/wordpress/php.ini:/usr/local/etc/php/conf.d/custom.ini:ro
- wordpress:/var/www/html:rw
networks:
- blog-network
@ -60,6 +60,15 @@ services:
- blog-network
security_opt:
- no-new-privileges:true
# cap_drop:
# - ALL
# cap_add:
# - CHOWN
# - FOWNER
# - DAC_OVERRIDE
# - SETGID
# - SETUID
# - NET_BIND_SERVICE
# Adminer
adminer:
@ -77,10 +86,6 @@ services:
- blog-network
security_opt:
- no-new-privileges:true
# cap_drop:
# - ALL
# cap_add:
# - CHOWN
uptime-kuma:
image: louislam/uptime-kuma:latest