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_file:
|
||||||
- env/wordpress.env
|
- env/wordpress.env
|
||||||
volumes:
|
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
|
- wordpress:/var/www/html:rw
|
||||||
networks:
|
networks:
|
||||||
- blog-network
|
- blog-network
|
||||||
@ -60,6 +60,15 @@ services:
|
|||||||
- blog-network
|
- blog-network
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
# cap_drop:
|
||||||
|
# - ALL
|
||||||
|
# cap_add:
|
||||||
|
# - CHOWN
|
||||||
|
# - FOWNER
|
||||||
|
# - DAC_OVERRIDE
|
||||||
|
# - SETGID
|
||||||
|
# - SETUID
|
||||||
|
# - NET_BIND_SERVICE
|
||||||
|
|
||||||
# Adminer
|
# Adminer
|
||||||
adminer:
|
adminer:
|
||||||
@ -77,10 +86,6 @@ services:
|
|||||||
- blog-network
|
- blog-network
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
# cap_drop:
|
|
||||||
# - ALL
|
|
||||||
# cap_add:
|
|
||||||
# - CHOWN
|
|
||||||
|
|
||||||
uptime-kuma:
|
uptime-kuma:
|
||||||
image: louislam/uptime-kuma:latest
|
image: louislam/uptime-kuma:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user