mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 03:35:37 +02:00
Update docker-compose.yml
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
bookstack:
|
||||
image: linuxserver/bookstack
|
||||
image: linuxserver/bookstack:latest
|
||||
container_name: bookstack
|
||||
hostname: bookstack
|
||||
environment:
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
# - traefik.http.routers.bookstack.middlewares=limit-bookstack
|
||||
|
||||
bookstack_db:
|
||||
image: linuxserver/mariadb
|
||||
image: linuxserver/mariadb:latest
|
||||
container_name: bookstack_db
|
||||
hostname: bookstack_db
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user