We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8573496 commit 3a3dd4fCopy full SHA for 3a3dd4f
.container/docker-compose.yml
@@ -1,13 +1,13 @@
1
services:
2
owl:
3
# Option 1: Use pre-built image from Docker Hub
4
- # image: mugglejinx/owl:latest
+ image: mugglejinx/owl:latest
5
6
# Option 2: Build image locally
7
# Uncomment the following lines and comment out the 'image' line above to build locally
8
- build:
9
- context: ..
10
- dockerfile: .container/Dockerfile
+ # build:
+ # context: ..
+ # dockerfile: .container/Dockerfile
11
12
volumes:
13
# Mount .env file for easy API key configuration
0 commit comments