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.
 
 

16 lines
374 B

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: snapdrop_server_1
APP_PORT: 80
server:
image: linuxserver/snapdrop:version-f88d46ed@sha256:07cd3bc67085efee233a3e344fd2d9b5ac40ed62e636d2b95806a505945b6969
volumes:
- ${APP_DATA_DIR}/data/config:/config
restart: on-failure
environment:
- PUID=1000
- PGID=1000