gistfile1.txt
· 324 B · Text
Raw
version: "3.4"
services:
lenpaste:
# There are images for x64, ARM64, ARM v7, ARM v6.
# The Raspberry Pi is supported, including the latest 64-bit versions.
# Replace "X.X" to target Lenpaste version.
image: ghcr.io/lcomrade/lenpaste:X.X
volumes:
- "${PWD}/data:/data"
ports:
- "80:80"
| 1 | version: "3.4" |
| 2 | |
| 3 | services: |
| 4 | lenpaste: |
| 5 | # There are images for x64, ARM64, ARM v7, ARM v6. |
| 6 | # The Raspberry Pi is supported, including the latest 64-bit versions. |
| 7 | # Replace "X.X" to target Lenpaste version. |
| 8 | image: ghcr.io/lcomrade/lenpaste:X.X |
| 9 | volumes: |
| 10 | - "${PWD}/data:/data" |
| 11 | ports: |
| 12 | - "80:80" |