mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix: use the hostname variable
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
---
|
---
|
||||||
|
# See https://github.com/syncthing/syncthing/blob/main/README-Docker.md
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
syncthing:
|
syncthing:
|
||||||
image: syncthing/syncthing
|
image: syncthing/syncthing:1.27.2
|
||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
hostname: planck
|
hostname: ${HOSTNAME}
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=100
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/var/syncthing/config
|
- ./config:/var/syncthing/config
|
||||||
- ./data:/var/syncthing/data
|
- ./data:/var/syncthing/data
|
||||||
|
|||||||
Reference in New Issue
Block a user