Skip to content

Commit

Permalink
rolled back accidental testing conf
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Mar 16, 2024
1 parent 8cba2b4 commit 7df4e88
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ services:
##
## > Host service (visit http://localhost on host pc to access):
## ./manage.py runserver 0.0.0.0:8000
test.py310:
ports:
- 8000:8000
build:
context: .
dockerfile: Dockerfile.py310
volumes:
- ./:/apprise-api
#test.py310:
# ports:
# - 8000:8000
# build:
# context: .
# dockerfile: Dockerfile.py310
# volumes:
# - ./:/apprise-api

0 comments on commit 7df4e88

Please sign in to comment.