Skip to content

Commit ebf9823

Browse files
committed
Updated image
1 parent 0d68876 commit ebf9823

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ services:
2020
hostname: itflow
2121
container_name: itflow
2222
# Comment out image for DockerHub image, use build for local DockerFile if you prefer to build from base
23-
#image: itfloworg/itflow:latest
24-
build:
25-
context: .
26-
dockerfile: Dockerfile
23+
image: itfloworg/itflow:latest
24+
#build:
25+
#context: .
26+
#dockerfile: Dockerfile
2727
restart: unless-stopped
2828
depends_on:
2929
- itflow-db

0 commit comments

Comments
 (0)