Skip to content

Commit

Permalink
Disable in docker-compose the host user and group assignation to the …
Browse files Browse the repository at this point in the history
…container
  • Loading branch information
javibu13 committed Dec 19, 2023
1 parent a182fbd commit 47a7c86
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 @@ -33,7 +33,7 @@ services:
GROUP: ${GROUP_ID}
image: robertoaldea/wattrex-cycler-node:latest
restart: no
user: ${USER_ID}:${GROUP_ID}
# user: ${USER_ID}:${GROUP_ID}
ipc: host
volumes:
- ./.cred.yaml:/cycler/devops/.cred.yaml
Expand All @@ -57,7 +57,7 @@ services:
image: robertoaldea/wattrex-cycler-db-sync:latest
container_name: wattrex_cycler_db_sync
restart: always
user: ${USER_ID}:${GROUP_ID}
#user: ${USER_ID}:${GROUP_ID}
ipc: host
volumes:
- ./db_sync/run_db_sync.py:/cycler/devops/db_sync/run_db_sync.py
Expand Down

0 comments on commit 47a7c86

Please sign in to comment.