deploy(docker): mapping newrelic.ini to container

This commit is contained in:
MingxuanGame
2025-09-20 10:47:21 +00:00
parent ad78663ba0
commit 9e7409c9f7
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ services:
- ./storage:/app/storage
- ./static:/app/static
- ./logs:/app/logs
- ./newrelic.ini:/app/newrelic.ini:ro
restart: unless-stopped
networks:
- osu-network

View File

@@ -26,6 +26,7 @@ services:
- ./storage:/app/storage
- ./static:/app/static
- ./logs:/app/logs
- ./newrelic.ini:/app/newrelic.ini:ro
restart: unless-stopped
networks:
- osu-network