Skip to content

Commit

Permalink
Fix test app volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Jun 27, 2024
1 parent 31788cb commit a784189
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 a784189

Please sign in to comment.