Update docker-compose.yml
This commit is contained in:
parent
a82a9c38dc
commit
97616b81b4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: '3.3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
blog:
|
blog:
|
||||||
image: ghost:5
|
image: ghost:5-alpine
|
||||||
container_name: ghost
|
container_name: ghost
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue