mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 23:16:44 +00:00
Pin to specific versions of packages to make renovate clearer
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/compose-spec/compose-spec/main/schema/compose-spec.json
|
||||
services:
|
||||
caddy:
|
||||
image: caddy:2-alpine
|
||||
image: caddy:2.10.0-alpine
|
||||
restart: always
|
||||
ports:
|
||||
- "80:80"
|
||||
@@ -59,7 +59,7 @@ services:
|
||||
- ghost_network
|
||||
|
||||
db:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.0.42
|
||||
restart: always
|
||||
expose:
|
||||
- "3306"
|
||||
|
||||
Reference in New Issue
Block a user