Skip to content

Commit 248ed0c

Browse files
authored
Merge pull request #574 from chengshifan/enable-deploy-docker-compose
chore: support deploy in docker-compose service
2 parents bcad82a + da71fba commit 248ed0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pyinfrabox/docker_compose/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def handle_service(name, d, r):
3232
'profiles',
3333
'read_only',
3434
'cap_drop',
35-
'scale'
35+
'scale',
36+
'deploy'
3637
]
3738

3839
if key in allowed_fields:

0 commit comments

Comments
 (0)