[skip ci] fix example docker compose
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
e1d46adb1e
commit
ff8ca7db4a
@ -6,7 +6,7 @@ services:
|
|||||||
- 80:3000
|
- 80:3000
|
||||||
env_file: .env.example
|
env_file: .env.example
|
||||||
depends_on:
|
depends_on:
|
||||||
- libremdb-redis
|
- libremdb_redis
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /opt/app/.next/cache/:size=10M,mode=0770,uid=65534,gid=65534,noexec,nosuid,nodev
|
- /opt/app/.next/cache/:size=10M,mode=0770,uid=65534,gid=65534,noexec,nosuid,nodev
|
||||||
security_opt:
|
security_opt:
|
||||||
|
@ -17,10 +17,6 @@
|
|||||||
gap: var(--spacer-2) var(--spacer-4);
|
gap: var(--spacer-2) var(--spacer-4);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
span {
|
|
||||||
font-weight: 900;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__item {
|
&__item {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user