Files
docker/tests/docker-compose.default.yml
T

10 lines
159 B
YAML

version: '2'
services:
wallabag:
build:
context: ../
image: wallabag:default
container_name: wallabag
ports:
- "127.0.0.1:80:80"