Skip to content

Commit

Permalink
Update 'volumes' section of agent container.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyKoltsov1997 committed Jun 16, 2023
1 parent c4edbc2 commit 2e9dbd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .teamcity/hosted/utils/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ class Utils {
- TEAMCITY_SERVER_MEM_OPTS="-Xmx2048m"
ports:
- "8111:8111"
volumes:
- ./docker-images-test/data/server:/data/teamcity_server/datadir
- ./docker-images-test/logs/server:/opt/teamcity/logs
- ./docker-images-test/temp/server:/opt/teamcity/temp
Expand All @@ -71,7 +73,7 @@ class Utils {
image: ${repo}teamcity-agent${namePostfix}:${version}-linux
platform: $dockerPlatformId
depends_on:
depends_on:
- linux-server
privileged: true
Expand Down

0 comments on commit 2e9dbd0

Please sign in to comment.