Skip to content

Commit 97a41a6

Browse files
committed
improve
1 parent 3a0ee2d commit 97a41a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
SEMART_DB_PORT: 5432
2121
SEMART_DB_NAME: semarthris
2222
volumes:
23-
- ./uploads:/semarthris/uploads
23+
- ./uploads:/semarthris/uploads:rw
2424
links:
2525
- db
2626
depends_on:
@@ -34,7 +34,7 @@ services:
3434
POSTGRES_PASSWORD: semarthris
3535
POSTGRES_DB: semarthris
3636
volumes:
37-
- ./database:/var/lib/mysql
37+
- ./database:/var/lib/postgresql/data:rw
3838

3939
adminer:
4040
image: adminer

0 commit comments

Comments
 (0)