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