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 a2f9b7f commit 37c8574Copy full SHA for 37c8574
1 file changed
examples/bookstack/docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
3
bookstack:
4
- image: linuxserver/bookstack
+ image: linuxserver/bookstack:latest
5
container_name: bookstack
6
hostname: bookstack
7
environment:
@@ -40,7 +40,7 @@ services:
40
# - traefik.http.routers.bookstack.middlewares=limit-bookstack
41
42
bookstack_db:
43
- image: linuxserver/mariadb
+ image: linuxserver/mariadb:latest
44
container_name: bookstack_db
45
hostname: bookstack_db
46
0 commit comments