1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00
Files
docker-wallabag/tests/docker-compose.default.yml
2016-10-24 09:53:42 +02:00

10 lines
159 B
YAML

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