We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07d7cf commit e248931Copy full SHA for e248931
1 file changed
compose.yml
@@ -2,7 +2,7 @@
2
# yaml-language-server: $schema=https://raw.githubusercontent.com/compose-spec/compose-spec/main/schema/compose-spec.json
3
services:
4
caddy:
5
- image: caddy:2-alpine
+ image: caddy:2.10.0-alpine
6
restart: always
7
ports:
8
- "80:80"
@@ -59,7 +59,7 @@ services:
59
- ghost_network
60
61
db:
62
- image: mysql:8.0
+ image: mysql:8.0.42
63
64
expose:
65
- "3306"
0 commit comments