Skip to content

Commit 627dfb6

Browse files
committed
Merge branch 'master' of https://github.com/Znerox/wifimap
2 parents bd1dfb1 + ba29c4c commit 627dfb6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker-compose.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
- database=wifimap
1616
- username=root
1717
- password=password
18+
- environment=release
1819

1920

2021
wifimap-phpmyadmin:
@@ -35,9 +36,6 @@ services:
3536
container_name: wifimap-mysql
3637
restart: always
3738
volumes:
38-
- db_data:/var/lib/mysql
39+
- ./wifimap_db_data:/var/lib/mysql
3940
environment:
4041
MYSQL_ROOT_PASSWORD: password
41-
42-
volumes:
43-
db_data:

0 commit comments

Comments
 (0)