Skip to content

Commit

Permalink
no exclusion for socat
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Feb 4, 2025
1 parent 6e6bf5a commit d579fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .logger import LOG_LEVEL


EXCLUDE_SERVICES = set((SVC_NAME, 'watchtower', 'socat'))
EXCLUDE_SERVICES = set((SVC_NAME, 'watchtower'))


class DockerException(Exception):
Expand Down
2 changes: 1 addition & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.0.5'
__version__ = '1.0.6'

IS_RELEASE_VERSION = '-' not in __version__

0 comments on commit d579fb7

Please sign in to comment.