Skip to content

Commit

Permalink
changes-for-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Soufiane El marsi committed Jan 7, 2023
1 parent 9975302 commit bfe4eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
# By: sel-mars <sel-mars@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/12/15 18:48:40 by sel-mars #+# #+# #
# Updated: 2023/01/07 18:22:17 by sel-mars ### ########.fr #
# Updated: 2023/01/07 21:38:49 by sel-mars ### ########.fr #
# #
# **************************************************************************** #

NAME = Inception

CMPS_FILE = srcs/docker-compose.yml

CMPS_CMD = docker-compose
CMPS_CMD = docker compose

VOLUMES_ROOT = /Users/sel-mars/Desktop/Inception/volumes
VOLUMES_ROOT = /home/sel-mars/data/inception-vol

VOLUMES = $(VOLUMES_ROOT)/web $(VOLUMES_ROOT)/mariadb $(VOLUMES_ROOT)/influxdb

Expand Down

0 comments on commit bfe4eee

Please sign in to comment.