mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-11-10 04:07:26 +01:00
Update config location
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
e8f1a9fd35
commit
134060c73d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user