ok untracked now

main
Dominik Madarász 2023-01-12 20:09:16 +00:00
parent ff5b6f74a6
commit 7a9e46da7d
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
version: "3"
services:
server:
build: .
image: microblogpub
container_name: microblogpub
user: 1000:1000
restart: always
networks:
- nproxy
volumes:
- ./data:/app/data
- ./app/static:/app/app/static
ports:
- "8000:8000"
networks:
nproxy:
external:
name: nproxy