Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OccamsXor authored Dec 4, 2024
1 parent 9631183 commit f8276f2
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: craftcms
services:
web:
image: craftcms/nginx:8.2-dev
ports:
- 8080:8080
build:
context: .
args:
CRAFT_VERSION: "${CRAFT_VERSION}"
ports:
- 8080:8080
env_file: .env
depends_on:
redis:
Expand Down

0 comments on commit f8276f2

Please sign in to comment.