librex/docker-compose.yml

11 lines
134 B
YAML
Raw Permalink Normal View History

2023-02-03 22:05:47 +00:00
version: '3'
services:
librex:
2023-02-03 22:37:28 +00:00
image: lamacchinadesiderante/librex:latest
2023-02-03 22:05:47 +00:00
restart: always
ports:
- "9000:80"