mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-13 03:36:21 +00:00
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
version: '3.3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
pictshare:
|
||||||
|
image: hascheksolutions/pictshare:latest
|
||||||
|
ports:
|
||||||
|
- "80:80"
|
||||||
|
volumes:
|
||||||
|
- pictshare:/usr/share/nginx/html/data
|
||||||
|
volumes:
|
||||||
|
pictshare:
|
||||||
Reference in New Issue
Block a user