Skip to content

Commit

Permalink
Update docker-compose.build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
blvdek committed Jul 9, 2024
1 parent a8c8052 commit 6e48608
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docker-compose.build.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
services:
nextcloud:
image: nextcloud
restart: always
ports:
- 8080:80
volumes:
- nc-data:/var/www/html

redis:
image: redis:alpine
restart: on-failure
Expand Down Expand Up @@ -34,4 +26,3 @@ services:
volumes:
redis-data:
db-data:
nc-data:

0 comments on commit 6e48608

Please sign in to comment.