13 lines
242 B
YAML
13 lines
242 B
YAML
version: "3"
|
|
|
|
services:
|
|
riot:
|
|
image: vectorim/riot-web
|
|
volumes:
|
|
- ./config.json:/app/config.json:ro
|
|
- ./bg.jpg:/app/bg.jpg:ro
|
|
# - ./welcome.html:/app/welcome.html:ro
|
|
ports:
|
|
- 8080:80
|
|
restart: always
|
|
|