Skip to content

Commit

Permalink
add x86 arch to main containers
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-vision committed Feb 9, 2021
1 parent abcd46c commit 107da61
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 107da61

Please sign in to comment.