Compare commits
2 Commits
04a9b99d05
...
19f785af09
Author | SHA1 | Date | |
---|---|---|---|
19f785af09 | |||
e98ab33314 |
@ -21,14 +21,12 @@ services:
|
||||
volumes:
|
||||
- ghost:/var/lib/ghost/content
|
||||
db:
|
||||
image: mysql:8.0
|
||||
image: mariadb:11
|
||||
restart: always
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD}
|
||||
volumes:
|
||||
- mysql:/var/lib/mysql
|
||||
- mariadb:/var/lib/mysql
|
||||
volumes:
|
||||
ghost:
|
||||
mysql:
|
||||
|
||||
|
||||
mariadb:
|
||||
|
1889
package-lock.json
generated
1889
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -26,7 +26,7 @@
|
||||
"dotenv": "^16.0.1",
|
||||
"eleventy-plugin-local-images": "^0.4.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rimraf": "^4.1.2",
|
||||
"rimraf": "^5.0.5",
|
||||
"tailwindcss": "^3.0.24"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user