Skip to content

Commit

Permalink
ACHIEVEMENTUNLOCKED
Browse files Browse the repository at this point in the history
> 
> 
Co-authored-by: Wilco Louwerse <[email protected]>
  • Loading branch information
remko48 committed Oct 4, 2024
1 parent c5188c8 commit 530ea49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ services:
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud

init-ubuntu:
image: ubuntu
command: sh /home/ubuntu/docker/init-ubuntu.sh
volumes:
- ./docker:/home/ubuntu/docker
- .:/home/ubuntu/app
# init-ubuntu:
# image: ubuntu
# command: sh /home/ubuntu/docker/init-ubuntu.sh
# volumes:
# - ./docker:/home/ubuntu/docker
# - .:/home/ubuntu/app

nextcloud:
user: root
Expand Down

0 comments on commit 530ea49

Please sign in to comment.