Skip to content

Commit

Permalink
Create docker-compose.yml (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw authored Mar 7, 2022
1 parent 53e43fe commit 776a875
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions baikal/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: "2"
services:
baikal:
image: ckulka/baikal:nginx
restart: always
ports:
- "8800:80"
volumes:
- config:/var/www/baikal/config
- data:/var/www/baikal/Specific

volumes:
config:
data:

0 comments on commit 776a875

Please sign in to comment.