Files
azionelab-v2/docker-compose.maintenance.yml
T
2026-07-23 21:22:21 +02:00

11 lines
304 B
YAML

# Optional maintenance override.
#
# The default wp-cli service only joins the internal data network. Use this override
# when a controlled maintenance command must reach the internet, for example a
# WordPress core download from wordpress.org.
services:
wp-cli:
networks:
- data
- web