Skip to content

Commit

Permalink
Merge pull request #111 from binary-vision/#100-m1-docker-fix
Browse files Browse the repository at this point in the history
#100 add x86 arch to main containers
  • Loading branch information
reindert-vetter authored Feb 9, 2021
2 parents abcd46c + 107da61 commit d15b395
Show file tree
Hide file tree
Showing 2 changed files with 2 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 ubuntu:20.04
FROM amd64/ubuntu:20.04

LABEL maintainer="Reindert Vetter"

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
# networks:
# - confetti
mysql:
image: 'mysql:8.0'
image: 'amd64/mysql:8.0'
ports:
- '${FORWARD_DB_PORT:-3306}:3306'
environment:
Expand Down

0 comments on commit d15b395

Please sign in to comment.