Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
celaraze committed Dec 12, 2023
2 parents 5b50bea + fd2d30a commit 0490326
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3.8'

services:
cat:
image: celaraze/cat:latest
container_name: cat
restart: unless-stopped
ports:
- "80:80"
- "443:443"
volumes:
- cat_database:/var/www/database/data

volumes:
cat_database:

0 comments on commit 0490326

Please sign in to comment.