Skip to content

Commit

Permalink
Update docker things
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka committed Aug 24, 2022
1 parent 49f3555 commit 45602b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.8.3-eclipse-temurin-17 as builder
FROM maven:3.8.6-eclipse-temurin-17 as builder

WORKDIR /usr/src/app
COPY . .
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ services:
- smithereen-media:/uploads
restart: always
mysql:
image: mysql:5
image: mysql:8
environment:
MYSQL_ROOT_PASSWORD: smithereen
MYSQL_DATABASE: smithereen
MYSQL_INITDB_SKIP_TZINFO: 1
networks:
- internal_network
healthcheck:
Expand Down

0 comments on commit 45602b2

Please sign in to comment.