mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-15 20:48:00 +00:00
12 lines
191 B
YAML
12 lines
191 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
pictshare:
|
|
image: hascheksolutions/pictshare:latest
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- pictshare:/usr/share/nginx/html/data
|
|
volumes:
|
|
pictshare:
|