Skip to content

Commit

Permalink
build: hyphenate services
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredpixel committed Apr 13, 2022
1 parent a5016e9 commit 0941a17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: set ft=yaml:
version: '2.4'
services:
plugin_spellchecker:
plugin-spellchecker:
build: .
#image: docker.io/tiredpixel/isoxya-plugin-spellchecker.build:unstable
init: true
Expand Down
2 changes: 1 addition & 1 deletion misc/streams/stable/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: '2.4'
services:
plugin_spellchecker:
plugin-spellchecker:
image: docker.io/isoxya/isoxya-plugin-spellchecker:stable
init: true
networks:
Expand Down
2 changes: 1 addition & 1 deletion misc/streams/testing/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: '2.4'
services:
plugin_spellchecker:
plugin-spellchecker:
image: docker.io/isoxya/isoxya-plugin-spellchecker:testing
init: true
networks:
Expand Down
2 changes: 1 addition & 1 deletion misc/streams/unstable/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: '2.4'
services:
plugin_spellchecker:
plugin-spellchecker:
image: docker.io/isoxya/isoxya-plugin-spellchecker:unstable
init: true
networks:
Expand Down

0 comments on commit 0941a17

Please sign in to comment.