Skip to content

Commit

Permalink
Merge pull request #39 from truenas/fix-test-app
Browse files Browse the repository at this point in the history
Fix test app volumes
  • Loading branch information
sonicaj authored Jun 27, 2024
2 parents 31788cb + a784189 commit 9e10760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ix-dev/test/nginx/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ sources:
- https://hub.docker.com/r/adguard/adguardhome
title: Nginx
train: test
version: 1.0.2
version: 1.0.3
6 changes: 3 additions & 3 deletions ix-dev/test/nginx/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ services:
timeout: 10s
retries: 5
start_period: 30s
volumes:
- /mnt/nginx/dir_0:/mnt/directories/dir1
- docker-volume-nginx:/mnt/directories/dir2
volumes:
- /mnt/nginx/dir_0:/mnt/directories/dir1
- docker-volume-nginx:/mnt/directories/dir2
perms:
image: bash
user: root
Expand Down

0 comments on commit 9e10760

Please sign in to comment.