Skip to content

Commit 451665f

Browse files
committed
fix(docker): add missing target fields for sync+restart actions
- Add target field for .env and docker-compose.yml sync+restart actions - Required by Docker Compose Watch specification for non-rebuild actions
1 parent 89e047c commit 451665f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,10 @@ services:
135135
# Restart when environment or Docker config changes
136136
- action: sync+restart
137137
path: .env
138+
target: /app/.env
138139
- action: sync+restart
139140
path: docker-compose.yml
141+
target: /app/docker-compose.yml
140142

141143
tux-adminer:
142144
image: adminer:latest

0 commit comments

Comments
 (0)