Skip to content

Commit

Permalink
Fix small issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vvoleman committed May 13, 2024
1 parent e19769d commit e775e6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ services:
- "${MYSQL_PUBLIC_PORT}:3306"
networks:
- default
volumes:
- ./db_data:/var/lib/mysql
# volumes:
# - .docker/setup.sql:/docker-entrypoint-initdb.d/setup.sql
env_file:
Expand Down
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ RUN apt-get update
RUN apt-get install -y libzip-dev zip cron
RUN docker-php-ext-install mysqli pdo pdo_mysql zip

RUN groupadd -r mysql && useradd -r -g mysql mysql

# Copy crontab
COPY ./docker/crontab /etc/cron.d/crontab
RUN chmod 0644 /etc/cron.d/crontab
Expand Down

0 comments on commit e775e6d

Please sign in to comment.