Skip to content

Commit

Permalink
fix(build): fix some docker stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed Sep 3, 2021
1 parent 62c9e0a commit 51b4d64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
retries: 5

zipline:
image: diced/zipline:trunk
image: ghcr.io/diced/zipline/zipline:trunk
ports:
- '3000:3000'
restart: unless-stopped
Expand All @@ -34,7 +34,6 @@ services:
- UPLOADER_DISABLED_EXTS=
volumes:
- '$PWD/uploads:/zipline/uploads'
- '$PWD/prisma:/zipline/prisma'
- '$PWD/public:/zipline/public'
depends_on:
- 'postgres'
Expand Down
1 change: 0 additions & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default function MyApp({ Component, pageProps }) {
<Provider store={store}>
<Head>
<title>{Component.title}</title>
<meta name='description' content='Zipline' />
<meta name='viewport' content='minimum-scale=1, initial-scale=1, width=device-width' />
</Head>
<Theming
Expand Down

0 comments on commit 51b4d64

Please sign in to comment.