makefile added down rule

+ makefile change back to user instead of home
This commit is contained in:
hulamy
2022-09-26 16:38:19 +02:00
parent 67c0bd1a40
commit a7ba45c4ad
3 changed files with 15 additions and 8 deletions

View File

@@ -1,4 +1,8 @@
# DOCKER-COMPOSE
LOGIN=hulamy
# MARIADB SETUP
DB_HOST=mariadb

View File

@@ -78,15 +78,15 @@ volumes:
driver_opts:
type: none
o: "bind"
device: ${HOME}/data/wp_volume
# device: /home/${LOGIN}/data/wp_volume
device: /home/${LOGIN}/data/wp_volume
# device: ${HOME}/data/wp_volume
db_volume:
driver: local
driver_opts:
type: none
o: "bind"
device: ${HOME}/data/db_volume
# device: /home/${LOGIN}/data/db_volume
device: /home/${LOGIN}/data/db_volume
# device: ${HOME}/data/db_volume
networks:
inception: