Skip to content

Commit 37c8574

Browse files
authored
Update docker-compose.yml
1 parent a2f9b7f commit 37c8574

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/bookstack/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
bookstack:
4-
image: linuxserver/bookstack
4+
image: linuxserver/bookstack:latest
55
container_name: bookstack
66
hostname: bookstack
77
environment:
@@ -40,7 +40,7 @@ services:
4040
# - traefik.http.routers.bookstack.middlewares=limit-bookstack
4141

4242
bookstack_db:
43-
image: linuxserver/mariadb
43+
image: linuxserver/mariadb:latest
4444
container_name: bookstack_db
4545
hostname: bookstack_db
4646
environment:

0 commit comments

Comments
 (0)