ila-microblog.pub/docker-compose.yml

14 wiersze
258 B
YAML
Czysty Zwykły widok Historia

2022-07-18 18:44:55 +00:00
version: "3"
services:
server:
image: microblogpub/microblogpub:latest
container_name: microblogpub
user: 1000:1000
restart: always
volumes:
- ./data:/app/data
2022-07-28 18:28:53 +00:00
- ./app/static:/app/app/static
2022-07-18 18:44:55 +00:00
ports:
- "8000:8000"