You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
425 B
18 lines
425 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: wikijs_server_1
|
|
APP_PORT: 3000
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
server:
|
|
image: linuxserver/wikijs:2.5.300@sha256:60facd7660fdf186fb8df4645e68d19f64696f4cc19ff618fa30fd7e4bbf18e2
|
|
restart: on-failure
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/data
|
|
- ${APP_DATA_DIR}/config:/config
|