up docker-compose.yml
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
|||||||
# ports:
|
# ports:
|
||||||
# - "3306:3306"
|
# - "3306:3306"
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/mariadb:/var/lib/mysql
|
- $PWD/app/mariadb:/var/lib/mysql
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
||||||
pma:
|
pma:
|
||||||
@@ -45,7 +45,7 @@ services:
|
|||||||
# ports:
|
# ports:
|
||||||
# - "6379:6379"
|
# - "6379:6379"
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/redis:/data
|
- $PWD/app/redis:/data
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
||||||
app:
|
app:
|
||||||
|
|||||||
Reference in New Issue
Block a user