Skip to content

Commit

Permalink
fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-nightvision committed Feb 14, 2024
1 parent 6490c60 commit 11ec0a0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
version: "3.9"
version: "3"
services:
api:
xssfastapi:
build:
context: "."
ports:
- "8000:8000"
volumes:
- ".:/app"
init: true
tty: true
stdin_open: true
restart: unless-stopped
# init: true

0 comments on commit 11ec0a0

Please sign in to comment.