Changes for page FileSync
Last modified by Jan Brinkhaus on 2023/02/03 13:33
Change comment:
Deleted attachment "docker-compose.yml.txt"
Summary
-
Attachments (0 modified, 0 added, 1 removed)
Details
- docker-compose.yml
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.brinkhaus - Size
-
... ... @@ -1,1 +1,0 @@ 1 -236 bytes - Content
-
... ... @@ -1,15 +1,0 @@ 1 -version: "3" 2 - 3 -services: 4 - 5 - filesync: 6 - image: registry.gitlab.com/b3935/ftpmodule/filesync:latest 7 - container_name: filesync 8 - restart: unless-stopped 9 - 10 - volumes: 11 - - ./data:/app/data 12 - 13 - ports: 14 - - 80:80 15 -