Compare commits
3 commits
dd5f2d0016
...
35af792c6a
Author | SHA1 | Date | |
---|---|---|---|
35af792c6a | |||
0d9185570e | |||
2b916c697a |
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
nginx-file-browser:
|
iso-share:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
@ -8,4 +8,5 @@ services:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/opt/www/files/
|
- ./:/opt/www/files/
|
||||||
image: git.aroy-art.com/aroy/nginx-file-browser
|
image: git.aroy-art.com/aroy/iso-share:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue