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