Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
charithmadhuranga committed Feb 25, 2024
1 parent dc7e2ff commit be8e9b9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/docker/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[ -n "$DOCKER_COMPOSE" ] || DOCKER_COMPOSE=yes
[ -n "$DOCKER_ADD_USER_TO_GROUP"=yes ] || DOCKER_ADD_USER_TO_GROUP=no
[ -n "$DOCKER_ADD_USER_TO_GROUP" ] || DOCKER_ADD_USER_TO_GROUP=yes
[ -n "$DOCKER_COMPOSE_BOOT" ] || DOCKER_COMPOSE_BOOT=yes
[ -n "$DOCKER_COMPOSE_BOOT_PATH" ] || DOCKER_COMPOSE_BOOT_PATH=default

1 change: 0 additions & 1 deletion src/modules/docker/filesystem/boot/docker-compose/README

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COMPOSE_PROJECT_NAME=vioneta

0 comments on commit be8e9b9

Please sign in to comment.