Skip to content

Commit

Permalink
Minor change in dockercompose
Browse files Browse the repository at this point in the history
  • Loading branch information
javibu13 committed Dec 19, 2023
1 parent 97a57d4 commit f2fe272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
args:
USER: ${USER_ID}
GROUP: ${GROUP_ID}
image: robertoaldea/wattrex-cycler-node
image: robertoaldea/wattrex-cycler-node:latest
restart: no
user: ${USER_ID}:${GROUP_ID}
ipc: host
Expand All @@ -54,7 +54,7 @@ services:
args:
USER: ${USER_ID}
GROUP: ${GROUP_ID}
image: robertoaldea/wattrex-cycler-db-sync
image: robertoaldea/wattrex-cycler-db-sync:latest
container_name: wattrex_cycler_db_sync
restart: always
user: ${USER_ID}:${GROUP_ID}
Expand Down

0 comments on commit f2fe272

Please sign in to comment.